kakoune: use rfc-style nixfmt

This commit is contained in:
Leonardo Eugênio 2024-05-30 16:54:23 -03:00
parent 52cb6d3301
commit dba047b845
3 changed files with 3 additions and 3 deletions

View file

@ -74,7 +74,7 @@ filetypes = ["nix"]
command = "nil"
roots = ["flake.nix", "shell.nix", ".git"]
[language_server.nil.settings.nil]
formatting.command = [ "nixpkgs-fmt" ]
formatting.command = [ "nixfmt" ]
[language_server.intelephense]
filetypes = ["php"]