I have mismatched plugin files floating around ~/.vim; I am experiencing a corrupted behavior within vim itself, and both my .vimrc and .gvimrc are filled with things I don’t understand.
Examples: NERDTree plugin displays two identical file drawers on start, settings in .vimrc and .gvimrc aren’t manifesting themselves.
Is there any way that I can completely “re-install” vim? Or, is there a way that I can get a new .vim folder, and start over form scratch? I want to learn vim, but it’s hard with all these plugins installed. I just want to start with a plain vanilla installation.
Thanks for any help in advance.
To remove everything from your vim configuration remove the entire
.vimfolder as well as everything from your.vimrcfile. Keep the empty file in place though because without it vim will start in compatible mode by default and you almost certainly don’t want that.Note that there are system-wide files that are not stored in your home directory but if you haven’t tweaked any of those then the above steps are all you need to do.