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
}