mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-06-22 12:33:29 +00:00
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:
parent
cd12c790c9
commit
43937fc818
2 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ in {
|
|||
enable = true;
|
||||
cmd = [(getExe pkgs.nil)];
|
||||
root_markers = [".git"];
|
||||
settings.nil.nix.autoArchive = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue