Skip to content

Instantly share code, notes, and snippets.

@gtors
Last active April 21, 2016 15:16
Show Gist options
  • Save gtors/62d56b13762f36693498eababeddaeb7 to your computer and use it in GitHub Desktop.
Save gtors/62d56b13762f36693498eababeddaeb7 to your computer and use it in GitHub Desktop.
vimrc
syn on
set number nowrap hls
colo desert
" Folding
set fen fdm=syntax
hi Folded ctermbg=0
" Show cursor line position
set cul so=9999
" Indent
set ts=4 sw=4 si et
" Display whitespaces as special chars
set listchars=tab:>—,trail:·,extends:>,precedes:<
set list
hi Whitespaces ctermfg=0
match Whitespaces /\s/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment