Skip to content

Instantly share code, notes, and snippets.

@ardeearam
Last active February 22, 2016 05:31
Show Gist options
  • Save ardeearam/38e4cbafbf7b7ae1f5dd to your computer and use it in GitHub Desktop.
Save ardeearam/38e4cbafbf7b7ae1f5dd to your computer and use it in GitHub Desktop.
execute pathogen#infect()
syntax on
set number
set ruler
set noswapfile
set runtimepath^=~/.vim/bundle/ctrlp.vim
set tabstop=2
set shiftwidth=2
set expandtab
set nosmartindent
set nocindent
#Last two lines important for making VIM's indent sane.
filetype indent on
set noautoindent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment