mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
8 lines
134 B
VimL
8 lines
134 B
VimL
set noshowmode
|
|
|
|
if has("gui_running") || has("gui_vimr")
|
|
let g:airline_theme = 'solarized'
|
|
endif
|
|
|
|
let g:airline_powerline_fonts = 1
|