global/neovim: replace nixpkgs-fmt with nixfmt
This commit is contained in:
parent
c88c84baba
commit
a79e641851
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ in
|
|||
nil_ls = {
|
||||
enable = true;
|
||||
extraOptions = {
|
||||
settings.nil.formatting.command = [ "nixpkgs-fmt" ];
|
||||
settings.nil.formatting.command = [ "nixfmt" ];
|
||||
};
|
||||
};
|
||||
nimls.enable = programming.nim.enable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue