enable more analysis in nil
This commit is contained in:
parent
9e70069293
commit
7c28345a3d
1 changed files with 4 additions and 0 deletions
|
@ -39,6 +39,10 @@ in {
|
|||
];
|
||||
language-server.nil = {
|
||||
command = nil;
|
||||
config.nil.nix = {
|
||||
maxMemoryMB = 8192;
|
||||
flake.autoEvalInputs = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
settings = {
|
||||
|
|
Loading…
Reference in a new issue