Ok, I have just installed Fedora but I traditionally am a Mac user. Well I would like to get vim setup in fedora similarly as to how I have it setup in OSX. My questions is where should I place my gvimrc and vimrc files? In /usr/share/vim? (I believe that’s the path). Plugins as well. Can I install pathogen in vim/autoloads and place plugins in vim/bundles? Thanks for any answers.
Share
Traditionally your personal
.vimrcand.gvimrcgo in your home directory (~/.vimrcand~/.gvimrc). According to this site all of your pathogen plugins go in~/.vim/bundle.