wolfmetr / .vim

my vim settings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is my vim configuration. Have many python features.

  1. Clone this repository in your home dir:

    git clone git@github.com:klen/.vim.git ~/.vim
    
  2. Goto cloned directory and init submodules:

    cd ~/.vim && git submodule init && git submodule update
    
  3. Create ~/.vimrc file with content:

    source ~/.vim/rc.vim
    
  4. Use your vim!

For more information see sources.

About

my vim settings


Languages

Language:Vim Script 99.1%Language:Erlang 0.7%Language:Python 0.3%