Tuesday, July 8, 2014

Uninstall YouCompleteMe vim without root.

I have been experimenting with auto-completion for vim, YCM is very popular but somewhat unfriendly for someone don't have root privilege.

Its git site doesn't say how to uninstall it. Here is an easy way to do so:

  1. "rm -rf .vim/bundle/YouCompleteMe/" 
  2. go into vi and do "PluginInstall" to install YCM again.
  3. repeat 1, this time you remove the uncompiled YCM. 

basically, you replace the compiled YCM with uncompiled one and remove the uncompiled one.


so what I am using now ? jedi-vim much easy to install and satisfies all my needs. (personal opinion)

Going to explore supertab.



No comments:

Post a Comment