Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 576 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 576 Bytes

vimrc

Personal .vimrc files and content of .vim directory

Installation

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

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