rust analyzer doesn't analyze feature gates properly, so disable it

This commit is contained in:
Adam 2025-03-12 00:01:02 -04:00
parent ad28b2da2d
commit 8131ecd297

View file

@ -99,7 +99,13 @@ local servers = {
mutt_ls = {},
pbls = {},
pyright = {},
rust_analyzer = {},
rust_analyzer = {
['rust-analyzer'] = {
cargo = {
allFeatures = true,
},
},
},
tailwindcss = {},
ts_ls = {},
yamlls = {},
@ -118,7 +124,7 @@ mason_tool_installer.setup {
'pbls',
'prettier',
'prettierd',
'rust-analyzer',
{ 'rust-analyzer', version = '2024-10-14' },
'rustywind',
'shellcheck',
'shellharden',