chentoast/marks.nvim

Cursor blinking when marks.nvim activated

Opened this issue · 0 comments

When i have a mark in a buffer, or i use a search-like command, the cursor start to flick only on that buffer that has marks.

Disabling marks.nvim solves the problem.

config:
{
'chentoast/marks.nvim',
config = function ()
require'marks'.setup{}
end
}