Expand rust-analyzer conf
This commit is contained in:
parent
90e9987913
commit
e97e64325d
1 changed files with 12 additions and 0 deletions
|
@ -249,6 +249,18 @@ in
|
|||
enable = true;
|
||||
installCargo = true;
|
||||
installRustc = true;
|
||||
settings = {
|
||||
completion = {
|
||||
autoimport.enable = true;
|
||||
autoself.enable = true;
|
||||
fullFunctionSignatures.enable = true;
|
||||
privateEditable.enable = true;
|
||||
};
|
||||
diagnostics = {
|
||||
styleLints.enable = true;
|
||||
};
|
||||
hover.actions.references.enable = true;
|
||||
};
|
||||
};
|
||||
yamlls.enable = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue