mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-20 13:26:45 +00:00
feat(reloader): trigger LazyReload when changes were detected and after reload. Fixes #178
This commit is contained in:
parent
bb53b8473c
commit
4e4493b21d
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue