Skip to content

Instantly share code, notes, and snippets.

@danwagnerco
Last active August 29, 2015 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danwagnerco/3916e5bc865efb828d85 to your computer and use it in GitHub Desktop.
Save danwagnerco/3916e5bc865efb828d85 to your computer and use it in GitHub Desktop.
Consolas setting for vim-airline inside your _vimrc
" set guifont=Meslo\ LG\ M\ for\ Powerline:h9 " <~ set the font
set guifont=Powerline\ Consolas:h11 " <~ set the font
set encoding=utf-8 " <~ set the encoding
let g:airline_powerline_fonts=1 " <~ activate the font in airline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment