enable rust_analyzer in nvim
This commit is contained in:
parent
b278337b6c
commit
b77e96d980
1 changed files with 4 additions and 1 deletions
|
|
@ -39,7 +39,10 @@ in
|
|||
cmp-calc.enable = true;
|
||||
lsp = {
|
||||
enable = true;
|
||||
servers.nixd.enable = true;
|
||||
servers = {
|
||||
nixd.enable = true;
|
||||
rust_analyzer.enable = true;
|
||||
};
|
||||
};
|
||||
lsp-format.enable = true;
|
||||
autoclose.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue