diff --git a/nvim/plugins.nix b/nvim/plugins.nix index 056af9a..933c1c3 100644 --- a/nvim/plugins.nix +++ b/nvim/plugins.nix @@ -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