Skip to content

ponomarevlm/dotvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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