feat(nixvim): add rust_analyzer
This commit is contained in:
@@ -46,6 +46,11 @@
|
||||
pyright.enable = true;
|
||||
ts_ls.enable = true;
|
||||
vue_ls.enable = true;
|
||||
rust_analyzer = {
|
||||
enable = true;
|
||||
installCargo = false;
|
||||
installRustc = false;
|
||||
};
|
||||
qmlls = {
|
||||
enable = true;
|
||||
cmd = [
|
||||
|
||||
Reference in New Issue
Block a user