Skip to content

Commit

Permalink
terminal/editors/neovim: nil_ls add nix.flake.autoArchive
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed May 26, 2024
1 parent 5d23812 commit 8dbcc2e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion modules/home/programs/terminal/editors/neovim/plugins/lsp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,16 @@ in
nil_ls = {
enable = true;
filetypes = [ "nix" ];
settings.formatting.command = [ "${getExe pkgs.nixfmt-rfc-style}" ];
settings = {
formatting = {
command = [ "${getExe pkgs.nixfmt-rfc-style}" ];
};
nix = {
flake = {
autoArchive = true;
};
};
};
};

pyright = {
Expand Down

0 comments on commit 8dbcc2e

Please sign in to comment.