Skip to content

Instantly share code, notes, and snippets.

@zz
Created September 13, 2015 04:30
Show Gist options
  • Save zz/61630b0e449b5798b470 to your computer and use it in GitHub Desktop.
Save zz/61630b0e449b5798b470 to your computer and use it in GitHub Desktop.
vim custom settings
"" settings
let g:airline_powerline_fonts = 1
if has("gui_running")
let s:uname = system("uname")
if s:uname == "Darwin\n"
set guifont=Monaco\ for\ Powerline:h12
endif
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment