kien / ctrlp.vim

Fuzzy file, buffer, mru, tag, etc finder.
kien.github.com/ctrlp.vim
7.26k stars 676 forks source link

How to uninstall CtrlP from VIM? #718

Closed TheLouisHong closed 7 years ago

TheLouisHong commented 7 years ago

I've googled, I've read the Readme. There seems o be no mention of how to remove this plugin from Vim. How do I cleanly remove this plugin from my vim installation?

WhitleyStriber commented 7 years ago

What operating system are you on? Did you see if CtrlP is installed through your OS's package manager? (apt-get, pacman, yum, etc.)

TheLouisHong commented 7 years ago

Thank you for your reply WhitleyStriber. I've figured out I could uninstall CtrlP by deleting the CtrlP.vim folder in my plugin manager's folder. Usually found somewhere in ~/.vim folder depending on the plugin manager.