mirror of
https://github.com/youwen5/neovim-flake.git
synced 2024-11-24 19:03:49 -08:00
feat: add taplo for toml
This commit is contained in:
parent
9a3ca37c8a
commit
1d60fb7dd2
1 changed files with 3 additions and 1 deletions
|
@ -20,6 +20,8 @@
|
||||||
# Haskell
|
# Haskell
|
||||||
haskellPackages.fourmolu
|
haskellPackages.fourmolu
|
||||||
|
|
||||||
|
taplo
|
||||||
|
|
||||||
# Misc
|
# Misc
|
||||||
# codespell
|
# codespell
|
||||||
];
|
];
|
||||||
|
@ -38,7 +40,7 @@
|
||||||
svelte = [ "prettier" ];
|
svelte = [ "prettier" ];
|
||||||
rust = [ "rustfmt" ];
|
rust = [ "rustfmt" ];
|
||||||
haskell = [ "fourmolu" ];
|
haskell = [ "fourmolu" ];
|
||||||
toml = [ "prettier" ];
|
toml = [ "taplo" ];
|
||||||
json = [ "prettier" ];
|
json = [ "prettier" ];
|
||||||
markdown = [ "prettier" ];
|
markdown = [ "prettier" ];
|
||||||
yaml = [ "prettier" ];
|
yaml = [ "prettier" ];
|
||||||
|
|
Loading…
Reference in a new issue