ponomarevlm/dotvim
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Installation:
git clone git://github.com/thegeekbird/dotvim.git ~/.vim
Create symlinks:
ln -s ~/.vim/vimrc ~/.vimrc
ln -s ~/.vim/gvimrc ~/.gvimrc
ln -s ~/.vim/vimwrap ~/bin/vim
Switch to the `~/.vim` directory, and fetch submodules:
cd ~/.vim && git submodule update --init
Compile native Command-T extension
cd ~/.vim/bundle/command-t/ruby/command-t && ruby extconf.rb && make