Remove default-installed rust toolchain from neovim

This commit is contained in:
Vili Sinervä 2025-01-24 12:21:58 +02:00
parent 698e899e51
commit c4d57a506c
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -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;