dragn / neat-vimrc

My setup for vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

neat-vimrc

My setup for vim.

How to install:

  1. Fetch Vundle:
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
  1. Copy to your vimrc location (WARNING! this will overwrite your current vimrc, be careful):
curl https://raw.githubusercontent.com/dragn/neat-vimrc/master/.vimrc > ~/.vimrc
  1. Install plugins with Vundle (run inside vim):
:VundleInstall

About

My setup for vim

License:MIT License


Languages

Language:Vim Script 100.0%