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:
parent
ad9a39820f
commit
078565a896
@ -1,4 +1,7 @@
|
|||||||
|
set noshowmode
|
||||||
|
|
||||||
if has("gui_running") || has("gui_vimr")
|
if has("gui_running") || has("gui_vimr")
|
||||||
let g:airline_theme = 'solarized'
|
let g:airline_theme = 'solarized'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
let g:airline_powerline_fonts = 1
|
let g:airline_powerline_fonts = 1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user