mirror of https://github.com/folke/lazy.nvim.git
feat(reloader): trigger LazyReload when changes were detected and after reload. Fixes #178
This commit is contained in:
parent
bb53b8473c
commit
4e4493b21d
|
@ -82,6 +82,7 @@ function M.check(start)
|
|||
end
|
||||
Plugin.load()
|
||||
vim.cmd([[do User LazyRender]])
|
||||
vim.cmd([[do User LazyReload]])
|
||||
end)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue