joedicastro / dotfiles

My .dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conflict between vim-multiple-cursors and neocomplete plugins

joedicastro opened this issue · comments

Vim-multiple-cursors doesn't works well with neocomplete and introduce multiple errors during the edition.

The same issue was reported here, terryma/vim-multiple-cursors#51 (comment)

There are three possible ways to deal with this:

a) Wait for a solution for the opened issue at vim-multiple-cursors repository
b) Find a workaround to avoid this
c) Get rid of the vim-multiple-cursors plugin

Currently using a "dirty" solution following the above mentioned b way to avoid this issue. I hope this will be a temporary solution until the issue is solved by the original plugin's author in the original repository

The very "awful" and "dirty" workaround: joedicastro/vim-multiple-cursors@b43f05c

I finally decided to take the third option (c) and remove the plugin. To be honest, I almost never use it, is not very useful.