mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix: remove procMacro ignored
This commit is contained in:
parent
25abbf546d
commit
f4d720bc19
1 changed files with 0 additions and 5 deletions
|
|
@ -86,11 +86,6 @@ return {
|
||||||
},
|
},
|
||||||
procMacro = {
|
procMacro = {
|
||||||
enable = true,
|
enable = true,
|
||||||
ignored = {
|
|
||||||
["async-trait"] = { "async_trait" },
|
|
||||||
["napi-derive"] = { "napi" },
|
|
||||||
["async-recursion"] = { "async_recursion" },
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
files = {
|
files = {
|
||||||
excludeDirs = {
|
excludeDirs = {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue