fix(neovim): disable procMacro ignores again
This commit is contained in:
parent
edb6caedef
commit
59180784c7
|
@ -122,9 +122,9 @@ config.rust_analyzer.setup {
|
|||
procMacro = {
|
||||
enable = true,
|
||||
ignored = {
|
||||
-- cfg_eval can cause types to be unavailable
|
||||
core = { "cfg_eval" },
|
||||
cfg_eval = { "cfg_eval" },
|
||||
-- See https://github.com/rust-lang/rust-analyzer/issues/15800
|
||||
-- core = { "cfg_eval" },
|
||||
-- cfg_eval = { "cfg_eval" },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue