lsp/presets/nil: enable auto archive by default

Superseeds: #1248
Closes:     #1248
Co-authored-by: Soliprem <73885403+Soliprem@users.noreply.github.com>
This commit is contained in:
Snoweuph 2026-06-14 22:19:55 +02:00
commit 43937fc818
No known key found for this signature in database
GPG key ID: BEFC41DA223CEC55
2 changed files with 3 additions and 0 deletions

View file

@ -521,6 +521,8 @@
- Added coverage support (`vim.utility.crazy-coverage`) via
[`crazy-coverage.nvim`](https://github.com/mr-u0b0dy/crazy-coverage.nvim).
- Enable `nil.settings.nil.nix.autoArchive` by default.
[vagahbond](https://github.com/vagahbond): [codewindow.nvim]:
https://github.com/gorbit99/codewindow.nvim

View file

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