[update] Update nvim plugins

This commit is contained in:
Uttarayan Mondal
2022-07-09 11:32:27 +05:30
parent d63aad527b
commit cc2d585348
9 changed files with 451 additions and 286 deletions

View File

@@ -13,7 +13,7 @@ lspconfig.rust_analyzer.setup{
lruCapacity = 64,
assist = {
importGranularity = "module",
importPrefix = "by_self",
importPrefix = "by_crate",
},
procMacro = {
enable = true,
@@ -24,8 +24,19 @@ lspconfig.rust_analyzer.setup{
},
cargo = {
loadOutDirsFromCheck = true,
allFeatures = true,
-- allFeatures = true,
},
completion = {
autoimport = {
enable = true,
}
},
diagnostics = {
disabled = {
"unresolved-macro-call"
}
}
}
},
}