Skip to content

Commit

Permalink
feat(reloader): trigger LazyReload when changes were detected and aft…
Browse files Browse the repository at this point in the history
…er reload. Fixes #178
  • Loading branch information
folke committed Dec 26, 2022
1 parent bb53b84 commit 4e4493b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/lazy/manage/reloader.lua
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ function M.check(start)
end
Plugin.load()
vim.cmd([[do User LazyRender]])
vim.cmd([[do User LazyReload]])
end)
end
end
Expand Down

0 comments on commit 4e4493b

Please sign in to comment.