diff --git a/user/kak/kak-lsp.toml b/user/kak/kak-lsp.toml index 62607d5..cbc0fa8 100644 --- a/user/kak/kak-lsp.toml +++ b/user/kak/kak-lsp.toml @@ -109,6 +109,8 @@ command = "nimlsp" filetypes = ["nix"] roots = ["flake.nix", "shell.nix", ".git"] command = "nil" +[language.nix.settings.nil] +formatting.command = [ "nixfmt" ] [language.ocaml] filetypes = ["ocaml"]