Skip to content

Commit

Permalink
fix: highlights sometimes not applying
Browse files Browse the repository at this point in the history
  • Loading branch information
tronikelis committed Jan 20, 2025
1 parent 659598d commit 9395704
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/conflict-marker/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ end

function Conflict:apply_hl()
local cursor = vim.api.nvim_win_get_cursor(0)
vim.api.nvim_win_set_cursor(0, { 1, 0 })

while true do
local start, mid, ending = 0, 0, 0
Expand Down

0 comments on commit 9395704

Please sign in to comment.