mirror of
https://github.com/vim-airline/vim-airline-themes.git
synced 2025-12-08 18:14:45 +08:00
Possible to disable airline
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
if &cp || v:version < 702 || (exists('g:loaded_airline') && g:loaded_airline)
|
||||||
|
finish
|
||||||
|
endif
|
||||||
|
let g:loaded_airline = 1
|
||||||
if !exists('g:airline_left_sep')
|
if !exists('g:airline_left_sep')
|
||||||
let g:airline_left_sep = exists('g:airline_powerline_fonts')?"":">"
|
let g:airline_left_sep = exists('g:airline_powerline_fonts')?"":">"
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user