Last active
August 29, 2015 14:22
-
-
Save rafaelnp/a078f9941b43d1f62e3f to your computer and use it in GitHub Desktop.
Vim userconfig file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" | |
" 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