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