This commit is contained in:
Soliprem 2025-12-05 10:25:26 +10:00 committed by GitHub
commit a5481257c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -508,6 +508,7 @@
- remove obsolete warning in the `otter` module
- add mainProgram attribute to vala language server wrapper
- fix `crates-nvim`'s completions by using the in-program lsp
- enable `nil.settings.nil.nix.autoArchive` by default
[JManch](https://github.com/JManch):

View file

@ -20,6 +20,7 @@
nil = {
enable = true;
cmd = [(getExe pkgs.nil)];
settings.nil.nix.autoArchive = true;
filetypes = ["nix"];
root_markers = [".git" "flake.nix"];
};