feat(reloader): trigger LazyReload when changes were detected and after reload. Fixes #178

This commit is contained in:
Folke Lemaitre 2022-12-26 19:00:11 +01:00
parent bb53b8473c
commit 4e4493b21d
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ function M.check(start)
end end
Plugin.load() Plugin.load()
vim.cmd([[do User LazyRender]]) vim.cmd([[do User LazyRender]])
vim.cmd([[do User LazyReload]])
end) end)
end end
end end