Skip to content

wwitzel3/vim-config-old

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

You may need to reinstall vim and command-t

brew unlink vim
brew install vim --with-python --with-ruby

cd ~/.vim/bundle/command-t
git submodule init
git submodule update
cd ruby/command-t
ruby extconf.rb && make clean && 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.4%
  • Python 28.6%