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

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