Personal .vimrc files and content of .vim directory
If you have Stow (a software installation manager which uses symlinks to keep files separated), then run: stow -R vimrc
OR
Copy the .vim file to the home directory: cp -R .vim $HOME
Copy vimrc* and gvimrc to the home directory: cp vimrc $HOME
Plugins are managed with Vundle (a plugin manger for vim). In Vim, run the following:
- To install all plugins, enter: PluginInstall
- To update plugins, enter: PluginUpdate
- To remove a plugin, enter: PluginClean