outsmartin / vimfiles2

Vimfiles based on Vundle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vimfiles

Vim files for Linux and Windows

First time install

  1. Fast

    \curl -L https://raw.github.com/zealot128/vimfiles2/master/install.sh | bash
    
  2. Clone this repository:

    $ git clone https://github.com/dougireton/vimfiles.git ~/.vim
    cd ~/.vim
    
  3. Optional: install vim with python and ruby support (needed for some plugins)

    rake vim
    
  4. Install Vundle, Powerline with fonts and stuff

    rake all
    ```
    
    

About

Vimfiles based on Vundle