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

Don't show mode in vim

This commit is contained in:
Daniel Barber 2018-03-30 13:09:59 -04:00
parent ad9a39820f
commit 078565a896
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -1,4 +1,7 @@
set noshowmode
if has("gui_running") || has("gui_vimr")
let g:airline_theme = 'solarized'
endif
let g:airline_powerline_fonts = 1