This commit is contained in:
Freed-Wu 2021-08-11 00:38:46 +08:00
parent 2259e5c93e
commit c39ec8ef35

View File

@ -277,7 +277,7 @@ values):
let g:airline_highlighting_cache = 0
<
* disable airline on FocusLost autocommand (e.g. when Vim loses focus): >
let g:airline_focuslost_inactive = 1
let g:airline_focuslost_inactive = 0
<
* configure the fileformat output
By default, it will display something like 'utf-8[unix]', however, you can
@ -780,7 +780,7 @@ It is deactivated by default if |airline-bufferline| is activated.
let g:airline#extensions#fugitiveline#enabled = 1
<
If enabled, the buffer that comes from fugitive, will have added a trailing
"[git]" to be able do distinguish between fugitive and non-fugitive buffers.
"[git]" to be able to distinguish between fugitive and non-fugitive buffers.
------------------------------------- *airline-fzf*
fzf <https://github.com/junegunn/fzf>
@ -853,7 +853,7 @@ This extension displays the current 'keymap' in use.
* set label for a keymap (default is from g:airline_symbols.keymap) >
let g:airline#extensions#keymap#label = 'Layout:'
* set name for default lauout (empty to disable it completely) >
* set name for default layout (empty to disable it completely) >
let g:airline#extensions#keymap#default = ''
* set short codes for layout names >