Remove default-installed rust toolchain from neovim
This commit is contained in:
parent
698e899e51
commit
c4d57a506c
1 changed files with 2 additions and 2 deletions
|
@ -247,8 +247,8 @@ in
|
|||
pylsp.enable = true;
|
||||
rust_analyzer = {
|
||||
enable = true;
|
||||
installCargo = true;
|
||||
installRustc = true;
|
||||
installCargo = false;
|
||||
installRustc = false;
|
||||
settings = {
|
||||
completion = {
|
||||
autoimport.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue