Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to delete plugin in vim?

Tags:

vim

I wrote vim script and copied into ~/.vim/plugin/ directory. But that script had syntax error so it fail to load in gvim.

After fixing I tried again but it seen it not reading updated file. Even I tried deleting "~/.vim" directory but still same behavior.

Please some one help me to know how to delete vim plugin ?

Thanks, ~Rohit

like image 300
Rohit Avatar asked Oct 27 '25 03:10

Rohit


1 Answers

Plugins are just like text files. They come into effect only when vim is running. Unlike executables files, vim plugins don't have any uninstallion method. You just delete the plugins, they are removed permanently. If you don't want to delete them, you can move them to other folders other than HOME directory or rename them. I rename .vim to .VIM when my plugin throws error.

like image 52
SibiCoder Avatar answered Oct 28 '25 22:10

SibiCoder



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!