Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 359 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 359 Bytes

How to install?

 git clone [email protected]:igorb/vim.git ~/.vim
 git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
 ln -s  ~/.vim/.vimrc ~/.vimrc

Open vim and run next command: BundleInstall

Then for command-t The C extension must be compiled:

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