diff --git a/config/plugins/formatters.nix b/config/plugins/formatters.nix index 7f6e129..7815bc1 100644 --- a/config/plugins/formatters.nix +++ b/config/plugins/formatters.nix @@ -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" ];