Skip to content

Instantly share code, notes, and snippets.

@rook2pawn
Last active May 3, 2016 01:34
Show Gist options
  • Save rook2pawn/3544824 to your computer and use it in GitHub Desktop.
Save rook2pawn/3544824 to your computer and use it in GitHub Desktop.
My .vimrc
set hidden
set nobackup
set nowritebackup
set noswapfile
set enc=utf-8
set termencoding=utf-8
set fenc=utf-8
set encoding=utf-8
set number
set numberwidth=4
set tabstop=2
setlocal ff=unix
set sw=2
set expandtab
set ls=2
highlight LineNr term=bold cterm=NONE ctermfg=DarkGrey ctermbg=NONE gui=NONE guifg=DarkGrey guibg=NONE
syntax on
colorscheme ron
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment