Skip to content

devosnw/.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.vim

My .vim configuration & plugins.

Get started

1. Clone the repo

Option A (the ninja way. requires git 1.6.5 or later)

$ git clone --recursive git@github.com:devosnw/.vim.git

Option B (the manual way)

  1. Clone the repo. Most likely do this in your home directory.
$ git clone git@github.com:devosnw/.vim.git
  1. Setup the submodules. This will pull down all the submodules & make them ready to use.
$ cd .vim
$ git submodule init
$ git submodule update

2) Link the vimrc file into your home directory

vim will now read this file the next time it starts.

$ ln -s ~/.vim/vimrc ~/.vimrc

About

My vim configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors