mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-08 21:23:53 +00:00
Merge 3b726aba1f into 43b48909a3
This commit is contained in:
commit
a5481257c0
2 changed files with 2 additions and 0 deletions
|
|
@ -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):
|
||||
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
nil = {
|
||||
enable = true;
|
||||
cmd = [(getExe pkgs.nil)];
|
||||
settings.nil.nix.autoArchive = true;
|
||||
filetypes = ["nix"];
|
||||
root_markers = [".git" "flake.nix"];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue