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
|
||||
haskellPackages.fourmolu
|
||||
|
||||
taplo
|
||||
|
||||
# Misc
|
||||
# codespell
|
||||
];
|
||||
|
@ -38,7 +40,7 @@
|
|||
svelte = [ "prettier" ];
|
||||
rust = [ "rustfmt" ];
|
||||
haskell = [ "fourmolu" ];
|
||||
toml = [ "prettier" ];
|
||||
toml = [ "taplo" ];
|
||||
json = [ "prettier" ];
|
||||
markdown = [ "prettier" ];
|
||||
yaml = [ "prettier" ];
|
||||
|
|
Loading…
Reference in a new issue