enable autofetch for flakes in nvf (don't know if the options is correct but seems to works)
nix flake show / show-flake (push) Successful in 27s
nix flake show / show-flake (push) Successful in 27s
This commit is contained in:
@@ -23,7 +23,10 @@ in
|
||||
vimAlias = true;
|
||||
lsp = {
|
||||
enable = true;
|
||||
servers.nil.enable = true;
|
||||
servers.nil = {
|
||||
enable = true;
|
||||
settings.nil.nix.autoArchive = true;
|
||||
};
|
||||
};
|
||||
languages = {
|
||||
nix.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user