mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-27 07:54:44 +02:00
Merge pull request #2259 from subnut/master
Improve the documentation of localsearch extension
This commit is contained in:
commit
85c64a668d
@ -848,9 +848,10 @@ localsearch <https://github.com/mox-mox/vim-localsearch>
|
|||||||
* enable/disable localsearch indicator integration >
|
* enable/disable localsearch indicator integration >
|
||||||
let g:airline#extensions#localsearch#enabled = 1
|
let g:airline#extensions#localsearch#enabled = 1
|
||||||
|
|
||||||
* show only when localsearch is off (shows 'GS' denoting GlobalSearch)
|
* invert the localsearch indicator
|
||||||
(this option is set to 0 by default) >
|
if set to 1, the indicator shall only be shown when localsearch is disabled
|
||||||
let g:airline#extensions#localsearch#enabled = 1
|
the text will also change from 'LS' to 'GS' (Global Search) >
|
||||||
|
let g:airline#extensions#localsearch#inverted = 0
|
||||||
|
|
||||||
------------------------------------- *airline-lsp*
|
------------------------------------- *airline-lsp*
|
||||||
lsp <https://github.com/prabirshrestha/vim-lsp>
|
lsp <https://github.com/prabirshrestha/vim-lsp>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user