mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-04-07 05:27:08 +02:00
neovim: Switch from nil_ls to nixd
This commit is contained in:
parent
1a94ad9e01
commit
5b80748863
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue