neovim: Switch from nil_ls to nixd

This commit is contained in:
traxys 2024-05-13 22:43:30 +02:00
parent 1a94ad9e01
commit 5b80748863

View file

@ -494,10 +494,10 @@
};
servers = {
nil_ls = {
nixd = {
enable = true;
settings = {
formatting.command = ["${pkgs.alejandra}/bin/alejandra" "--quiet"];
formatting.command = [ (lib.getExe pkgs.nixfmt-rfc-style) ];
};
};
bashls.enable = true;