rust analyzer doesn't analyze feature gates properly, so disable it
This commit is contained in:
parent
ad28b2da2d
commit
8131ecd297
1 changed files with 8 additions and 2 deletions
|
@ -99,7 +99,13 @@ local servers = {
|
||||||
mutt_ls = {},
|
mutt_ls = {},
|
||||||
pbls = {},
|
pbls = {},
|
||||||
pyright = {},
|
pyright = {},
|
||||||
rust_analyzer = {},
|
rust_analyzer = {
|
||||||
|
['rust-analyzer'] = {
|
||||||
|
cargo = {
|
||||||
|
allFeatures = true,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
tailwindcss = {},
|
tailwindcss = {},
|
||||||
ts_ls = {},
|
ts_ls = {},
|
||||||
yamlls = {},
|
yamlls = {},
|
||||||
|
@ -118,7 +124,7 @@ mason_tool_installer.setup {
|
||||||
'pbls',
|
'pbls',
|
||||||
'prettier',
|
'prettier',
|
||||||
'prettierd',
|
'prettierd',
|
||||||
'rust-analyzer',
|
{ 'rust-analyzer', version = '2024-10-14' },
|
||||||
'rustywind',
|
'rustywind',
|
||||||
'shellcheck',
|
'shellcheck',
|
||||||
'shellharden',
|
'shellharden',
|
||||||
|
|
Loading…
Add table
Reference in a new issue