feat: refresh signs after cmd BufReadPost and FocusGained

closed #4
This commit is contained in:
blueswooz 2023-04-22 22:05:26 +08:00
parent 5fe06a9190
commit 057cc60a52

View File

@ -72,7 +72,8 @@ M.setup = void(function(cfg)
on_or_after_vimenter(function()
hl.setup_highlights()
M.attach()
autocmd("BufWinEnter", actions.refresh)
autocmd("FocusGained", actions.refresh)
autocmd("BufReadPost", actions.refresh)
end)
end)