dlt / .vimfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation instructions

  1. Remove your old VIM configuration(because it probably sucks):

    rm -rf ~/.vim && rm ~/.vimrc
    
  2. Clone the project into your VIM directory

    git clone git://github.com/ramon/vimfiles.git ~/.vim
    
  3. Install the submodules

    git submodule update --init
    
  4. Symlink the VIM configuration

    ln -s ~/.vim/vimrc ~/.vimrc
    
  5. Copy the config.vim sample

    cp ~/.vim/config.vim.example ~/.vim/config.vim
    

More Details

Wiki: wiki IRC: irc Issues: issues

Maintainers

About


Languages

Language:Vim Script 96.1%Language:Python 2.7%Language:Scala 0.3%Language:CSS 0.3%Language:Shell 0.2%Language:Perl 0.2%Language:Erlang 0.1%Language:CoffeeScript 0.1%