mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-13 19:04:36 +02: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
Add a link
Reference in a new issue