drobakowski / vimfiles

The ~/.vim directory that we share at work

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is my ~/.vim dir and this, dear reader, is a horse:

               ,
              / \,,_  .'|
           ,{{| /}}}}/_.'
          }}}}` '{{'  '.
        {{{{{    _   ;, \
     ,}}}}}}    /o`\  ` ;)
    {{{{{{   /           (
    }}}}}}   |            \
   {{{{{{{{   \            \          ,-------------------------------.
   }}}}}}}}}   '.__      _  |        /       HI                        \
   {{{{{{{{       /`._  (_\ /       /      /   \                        |
    }}}}}}'      |    //___/   --= <   VVVI     HI-HI-HI                |
jgs `{{{{`       |     '--'         \                   \               |
     }}}`                            \                  HIM-HIM-HIM!!!  /
                                      '--------------------------------'

Installation

Clone the repo: git clone https://github.com/scrooloose/vimfiles.git ~/.vim

Grab the plugin submodules: cd ~/.vim && git submodule init && git submodule update

Make sure vim finds the vimrc file by either symlinking it: ln -s ~/.vim/vimrc ~/.vimrc

or by sourcing it from your own ~/.vimrc: source ~/.vim/vimrc

About

The ~/.vim directory that we share at work