Skip to content

Instantly share code, notes, and snippets.

@venkytv
Created June 5, 2019 08:11
Show Gist options
  • Save venkytv/e0c0d81bcb2c460d9c763b585e3e7703 to your computer and use it in GitHub Desktop.
Save venkytv/e0c0d81bcb2c460d9c763b585e3e7703 to your computer and use it in GitHub Desktop.
vimrc
set nocompatible
filetype plugin indent on
set autoindent
set backspace=2
set laststatus=2
set modelines=1
set number
set pastetoggle=<C-P>
set ruler
set t_Co=256
syntax on
set background=dark
highlight StatusLine ctermbg=222 ctermfg=black cterm=bold
highlight StatusLineNC ctermbg=187 ctermbg=black cterm=bold
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment