[feat] nvim: nil-ls enable autoArchive/EvaluateInputs
All checks were successful
/ check (push) Successful in 24s
/ build (docs) (push) Successful in 1s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 1s
/ build (nvim) (push) Successful in 11s

Makes nil-ls more useful
This commit is contained in:
Jalil David Salamé Messina 2024-06-18 16:42:12 +02:00
parent 0883f5bf03
commit 37c3c08113
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -137,7 +137,13 @@
# clangd.enable = true; # Adds ~2GiB
html.enable = true;
jsonls.enable = true;
nil-ls.enable = true;
nil-ls = {
enable = true;
settings.nix.flake = {
autoArchive = true;
autoEvalInputs = true;
};
};
ruff-lsp.enable = true;
taplo.enable = true;
# texlab.enable = true; # Not writing TeX rn