fix(neovim): disable procMacro ignores again

This commit is contained in:
Felix Schröter 2023-11-27 22:59:46 +01:00
parent edb6caedef
commit 59180784c7
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -122,9 +122,9 @@ config.rust_analyzer.setup {
procMacro = { procMacro = {
enable = true, enable = true,
ignored = { ignored = {
-- cfg_eval can cause types to be unavailable -- See https://github.com/rust-lang/rust-analyzer/issues/15800
core = { "cfg_eval" }, -- core = { "cfg_eval" },
cfg_eval = { "cfg_eval" }, -- cfg_eval = { "cfg_eval" },
}, },
}, },
}, },