1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00
dotfiles-local/vim/vimrc.d/airline.vim

5 lines
117 B
VimL

if has("gui_running") || has("gui_vimr")
let g:airline_theme = 'solarized'
endif
let g:airline_powerline_fonts = 1