fix(neovim): disable procMacro ignores again
This commit is contained in:
parent
edb6caedef
commit
59180784c7
|
@ -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" },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue