Skip to content

shussain/vimrc

Folders and files

NameName
Last commit message
Last commit date
Apr 3, 2023
Mar 18, 2025
Aug 7, 2022
Oct 14, 2019
Mar 23, 2020
Jan 16, 2025
Jul 15, 2018
Sep 3, 2018
Aug 2, 2023
Jan 16, 2025

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