Open chapeupreto opened 1 week ago
I believe this is related to the order the plugins are loaded. Try loading highlight-undo
last.
I believe this is related to the order the plugins are loaded. Try loading
highlight-undo
last.
Thanks for your reply. How do I do that considering I use vim-plug
as my plugin manager?
I assume the order you call vim-plug with the plugins matter.
I started using
highlight-undo.nvim
and just noticed that it conflicts withku1ik/vim-pasta
plugin.When I use the
p
(orP
keys) the highlighting doesn't work as expected.When I do
:verbose nmap p
I can see the following results:If I remove
ku1ik/vim-pasta
everything works fine!I am using
junegunn/vim-plug
as my plugin manager.Does anyone know how to get both of the plugins working? Or is there any alternative for
vim-pasta
that is moreNeovim
tailored?