Skip to content

Commit

Permalink
perf: ignore /lua dirs since they will be in the library instead
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jun 5, 2024
1 parent 5a0a649 commit 1f54b6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/lazydev/workspace.lua
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ function M:update()
workspace = {
checkThirdParty = false,
library = library,
ignoreDir = Config.lua_root and { "/lua" } or nil,
},
},
})
Expand Down

0 comments on commit 1f54b6e

Please sign in to comment.