mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
fix(spec): allow a spec module to be on the rtp and not only in config
This commit is contained in:
parent
963e6f72a7
commit
51c23b661e
5 changed files with 131 additions and 19 deletions
|
@ -55,7 +55,7 @@ function M.check(start)
|
|||
end
|
||||
end
|
||||
|
||||
Util.lsmod(Config.spec --[[@as string]], M.root, check)
|
||||
Util.lsmod(Config.spec --[[@as string]], check)
|
||||
|
||||
for file in pairs(M.files) do
|
||||
if not checked[file] then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue