use rust-analyzer but dont install it and its dependencies by default

This commit is contained in:
Patrick Michl 2024-11-06 07:21:02 +01:00
parent 28d8213ebc
commit 2f38621677
No known key found for this signature in database
GPG Key ID: BFE0ACEE21CD5EB0

View File

@ -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 = {