We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 511524e commit c4d924aCopy full SHA for c4d924a
lua/lazy/manage/reloader.lua
@@ -19,7 +19,7 @@ function M.enable()
19
end
20
if type(Config.spec) == "string" then
21
M.timer = vim.loop.new_timer()
22
- M.root = vim.fn.stdpath("config") .. "/lua/"
+ M.root = vim.fn.stdpath("config") .. "/lua"
23
M.check(true)
24
M.timer:start(2000, 2000, M.check)
25
0 commit comments