Add M.refresh_signs() function

This commit is contained in:
themodrnhakr 2025-10-02 16:13:07 -05:00
parent 5b1ea2ba9a
commit 497e3bf94a

View File

@ -123,6 +123,11 @@ local function _is_jj_repo()
return false return false
end end
function M.refresh_signs()
if _is_jj_repo() then
_place_signs_in_buffer()
end
end
function M.setup(opts) function M.setup(opts)
opts = opts or {} opts = opts or {}