Skip to content

Instantly share code, notes, and snippets.

@ShivamMistry
Last active August 29, 2015 14:08
Show Gist options
  • Save ShivamMistry/f788225352f99fb3a437 to your computer and use it in GitHub Desktop.
Save ShivamMistry/f788225352f99fb3a437 to your computer and use it in GitHub Desktop.
.vimrc
syntax on
set t_co=256 colorcolumn=80
set nu softtabstop=4 expandtab shiftwidth=4
set ignorecase smartcase autoindent incsearch hlsearch
set cursorline formatoptions=c,q,r,t mouse=a background="dark"
filetype plugin indent on
colorscheme molokai
let g:rehash256 = 1
let g:molokai_original = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment