We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bc989b commit 565b37dCopy full SHA for 565b37d
1 file changed
lua/modicator/init.lua
@@ -142,13 +142,6 @@ function M.set_cursor_line_highlight(hl_name)
142
hl = vim.tbl_extend('keep', { bg = cl.bg }, hl)
143
end
144
api.nvim_set_hl(0, 'CursorLineNr', hl)
145
-
146
- local register_is_executing = vim.fn.reg_executing() ~= ""
147
148
- -- Workaround for https://github.com/neovim/neovim/issues/25851
149
- if not vim.o.lazyredraw and not register_is_executing then
150
- vim.cmd.redraw()
151
- end
152
153
154
---@return integer augroup Augroup ID
0 commit comments