neovim rustanalyzer all
This commit is contained in:
@@ -16,6 +16,7 @@
|
|||||||
coc.enable = true;
|
coc.enable = true;
|
||||||
coc.settings = {
|
coc.settings = {
|
||||||
"rust-analyzer.cargo.sysroot" = "discover";
|
"rust-analyzer.cargo.sysroot" = "discover";
|
||||||
|
"rust-analyzer.cargo.features" = "all";
|
||||||
"rust-analyzer.server.path" = "/etc/profiles/per-user/me/bin/rust-analyzer";
|
"rust-analyzer.server.path" = "/etc/profiles/per-user/me/bin/rust-analyzer";
|
||||||
"coc.preferences.extensionUpdateCheck" = "never";
|
"coc.preferences.extensionUpdateCheck" = "never";
|
||||||
"cSpellExt.enableDictionaries" = [ "german" ];
|
"cSpellExt.enableDictionaries" = [ "german" ];
|
||||||
|
|||||||
Reference in New Issue
Block a user