Skip to content

Instantly share code, notes, and snippets.

@tradingbills
Last active June 11, 2019 14:27
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 tradingbills/defad73ce7e4dc36c1df5aa9d9a7a5fe to your computer and use it in GitHub Desktop.
Save tradingbills/defad73ce7e4dc36c1df5aa9d9a7a5fe to your computer and use it in GitHub Desktop.
vim_vim_lib_plugin-customizations.vim
" Automatically populate the g:airline_symbols dictionary with the powerline symbols.
let g:airline_powerline_fonts = 1
" Also for airline, show the buffers in a list of there's only one tab open.
let g:airline#extensions#tabline#enabled = 1
let g:airline_theme="hybrid"
let g:enable_italic_font = 1
let g:hybrid_transparent_background = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment