Skip to content

ragaskar/vim-config

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

473bea1 · Oct 25, 2016
Mar 30, 2012
Jan 28, 2011
Jun 23, 2014
Oct 25, 2016
Jul 18, 2011
Jul 22, 2011
Apr 30, 2012
Mar 2, 2013
Feb 16, 2012
Sep 10, 2013
Jun 22, 2012
Mar 13, 2012

Repository files navigation

To Install

(Re)move ~/.vim and ~/.vimrc if you have them already, and run:

git clone git@github.com:Casecommons/vim-config.git ~/.vim
cd ~/.vim
git submodule update --init
ln -s ~/.vim/vimrc ~/.vimrc
ln -s ~/.vim/ackrc ~/.ackrc

If you have RVM going on:

rvm use system

conf and make command-t:

cd ~/.vim/bundle/command-t/ruby/command-t
ruby extconf.rb
make

Updating

As long as your checkout is kept clean, you can easily update, rebase your local changes and update submodules with:

cd ~/.vim && git pull --rebase ; git submodule update ; cd -

About

(Mac)Vim configuration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 71.3%
  • Python 28.7%