mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-01-08 20:43:22 +08:00
make modified/paste detection an option
This commit is contained in:
@@ -28,7 +28,7 @@ another statusline?
|
||||
==============================================================================
|
||||
NAME *airline-name*
|
||||
|
||||
Why is it named airline?
|
||||
Where did the name come from?
|
||||
|
||||
I wrote this on an airplane, and since it's light as air it turned out to be a
|
||||
good name :-)
|
||||
@@ -59,6 +59,16 @@ values):
|
||||
let g:airline_enable_syntastic=1
|
||||
<
|
||||
|
||||
* enable modified detection
|
||||
>
|
||||
let g:airline_detect_modified=1
|
||||
<
|
||||
|
||||
* enable paste detection
|
||||
>
|
||||
let g:airline_detect_paste=1
|
||||
<
|
||||
|
||||
* change the default theme
|
||||
>
|
||||
let g:airline_theme='dark'
|
||||
|
||||
Reference in New Issue
Block a user