mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-13 10:54:40 +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 = {
|
||||
enable = true,
|
||||
ignored = {
|
||||
["async-trait"] = { "async_trait" },
|
||||
["napi-derive"] = { "napi" },
|
||||
["async-recursion"] = { "async_recursion" },
|
||||
},
|
||||
},
|
||||
files = {
|
||||
excludeDirs = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue