neovim rustanalyzer all

This commit is contained in:
Sebastian Moser
2024-07-13 22:35:10 +02:00
parent 7aed78119d
commit 9bcfd62f49

View File

@@ -16,6 +16,7 @@
coc.enable = true;
coc.settings = {
"rust-analyzer.cargo.sysroot" = "discover";
"rust-analyzer.cargo.features" = "all";
"rust-analyzer.server.path" = "/etc/profiles/per-user/me/bin/rust-analyzer";
"coc.preferences.extensionUpdateCheck" = "never";
"cSpellExt.enableDictionaries" = [ "german" ];