use rust-analyzer but dont install it and its dependencies by default
This commit is contained in:
parent
28d8213ebc
commit
2f38621677
@ -14,6 +14,15 @@
|
|||||||
jsonls.enable = true;
|
jsonls.enable = true;
|
||||||
solargraph.enable = true;
|
solargraph.enable = true;
|
||||||
bashls.enable = true;
|
bashls.enable = true;
|
||||||
|
rust_analyzer = {
|
||||||
|
enable = true;
|
||||||
|
package = null;
|
||||||
|
installCargo = false;
|
||||||
|
installRustc = false;
|
||||||
|
extraOptions = {
|
||||||
|
check.command = "clippy";
|
||||||
|
};
|
||||||
|
};
|
||||||
yamlls = {
|
yamlls = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraOptions = {
|
extraOptions = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user