Skip to content

davidbl/dotvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation:

  git clone https://github.com/davidbl/dotvim ~/.vim

Create symlinks:

  ln -s ~/.vim/vimrc ~/.vimrc
  ln -s ~/.vim/gvimrc ~/.gvimrc #optional

Switch to the ~/.vim directory, and fetch submodules:

  cd ~/.vim
  git submodule init
  git submodule update

To install plugin as a git submodule, take the following steps:

  cd ~/.vim
  mkdir ~/.vim/bundle
  git submodule add http://github.com/<user_name>/<bundle_name>.git bundle/<bundle_name>
  git add .
  git commit -m "Install <bundle_name>.vim bundle as a submodule."

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published