Skip to content

Instantly share code, notes, and snippets.

@rafaelnp
Last active August 29, 2015 14:22
Show Gist options
  • Save rafaelnp/a078f9941b43d1f62e3f to your computer and use it in GitHub Desktop.
Save rafaelnp/a078f9941b43d1f62e3f to your computer and use it in GitHub Desktop.
Vim userconfig file
"
" Local user config file
"
" last update: 2015.06.01
"========
" General
"========
let g:usercolorscheme="harlequin"
let g:usertextwidth=80
let g:indent=4
let g:cindent=8
" valid values: tabs or spaces
let g:indenttype="tabs"
" will be somwhow implemented later. Commenting it simplifies the config for now
" let g:cindenttype="tabs"
"Default font
"set guifont=Monospace\ 9
" Other good fonts:
"set guifont=Anonymous\ Pro\ Minus\ 11
"set guifont=Anonymous\ Pro\ 9
"set guifont=Inconsolata\ for\ Powerline\ 9
"set guifont=Liberation\ Mono\ for\ Powerline\ 8
"set guifont=Lucida_Sans_Typewriter:h9
let g:guifont="DejaVu\ Sans\ Mono\ for\ Powerline\ 8"
let g:winguifont="DejaVu\ Sans\ Mono\ for\ Powerline:h8"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment