Skip to content

robob4him/toby.vim

 
 

Repository files navigation

Install

  1. Clone this Git repo

  2. Run $ ./vundle_install.sh

  3. Link the following files:

    ~/.vim          -> <repo>/
    ~/.vimrc        -> <repo>/vimrc
    
  4. Run the following command to install all bundles:

    vim +BundleInstall +qall
    

    Alternatively you can execute the following in VIM itself:

    :BundleInstall
    
  5. If you want to use the powerline, you need to install it, too:

    pip install --user git+git://github.com/Lokaltog/powerline
    

Thanks for inspirations to

About

My personal VIM setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 99.0%
  • Other 1.0%