mantask / vimconfig

My Vim config files

Repository from Github https://github.commantask/vimconfigRepository from Github https://github.commantask/vimconfig

My Vimconfig

Install and use

Here is how you can use my vimconfig

Clone my repo and use it as your .vim

git clone git://github.com/mantask/vimconfig.git ~/.vim
cd ~/.vim
git submodule init
git submodule update

For Command-T plugin (similar to textmate command-T)

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

Note: By default command-T plugin will active with T key press but you can always remap it to command-T key.

Done.

Updates

Just pull my master branch anytime like this

cd ~/.vim
git pull origin master

About

My Vim config files


Languages

Language:Vim Script 100.0%