Skip to content

shussain/vimrc

Repository files navigation

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

About

My Vim

My Vim configuration, along with vim folder

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published