chentoast / marks.nvim

A better user experience for viewing and interacting with Vim marks.
MIT License
788 stars 40 forks source link

LSP highlighting stops working #59

Closed fimkap closed 2 years ago

fimkap commented 2 years ago

It's a nice plugin, but when the plugin is activated, LSP highlighting of a symbol under cursor stops working.

chentoast commented 2 years ago

my initial uninformed guess is that this is caused by a bad interaction between a cursorhold autocmd and this plugin - see #40 for more discussion.

fimkap commented 2 years ago

Thank you. A workaround with refresh_interval fixes the problem.