mirror of
https://github.com/vim-airline/vim-airline-themes.git
synced 2025-12-06 09:14:24 +08:00
@@ -13,7 +13,7 @@ FEATURES *airline-features*
|
||||
* integrates with many popular plugins.
|
||||
* looks good with regular fonts, and provides configuration points so you
|
||||
can use unicode or powerline symbols.
|
||||
* optimized for speed; it loads in 1ms.
|
||||
* optimized for speed; it loads in under a millisecond.
|
||||
* fully customizable; if you know a little |statusline| syntax you can
|
||||
tweak it to your needs.
|
||||
* trivial to write colorschemes; for a minimal theme you need to edit
|
||||
@@ -67,9 +67,11 @@ values):
|
||||
>
|
||||
let g:airline_detect_paste=1
|
||||
<
|
||||
|
||||
* enable iminsert detection
|
||||
>
|
||||
let g:airline_detect_iminsert=1
|
||||
<
|
||||
|
||||
* change the default theme
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user