lsp: rust-analyzer.cargo.features = 'all'
This commit is contained in:
parent
1188edd17a
commit
b4bf4e0024
|
@ -81,7 +81,13 @@ return {
|
|||
marksman = {},
|
||||
pyright = {},
|
||||
tsserver = {},
|
||||
rust_analyzer = {},
|
||||
rust_analyzer = {
|
||||
['rust-analyzer'] = {
|
||||
cargo = {
|
||||
features = 'all',
|
||||
},
|
||||
},
|
||||
},
|
||||
lua_ls = {
|
||||
Lua = {
|
||||
workspace = { checkThirdParty = false },
|
||||
|
|
Loading…
Reference in New Issue