Merge branch 'main' into feat/conflict-ui
This commit is contained in:
commit
c9e2722d19
4 changed files with 30 additions and 14 deletions
|
|
@ -203,7 +203,9 @@ local function create_debounced_highlight(bufnr)
|
|||
timer = nil
|
||||
t:close()
|
||||
end
|
||||
highlight_buffer(bufnr)
|
||||
if vim.api.nvim_buf_is_valid(bufnr) then
|
||||
highlight_buffer(bufnr)
|
||||
end
|
||||
end)
|
||||
)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue