Improve the documentation of localsearch extension

Fixed the copy-paste error mentioned by @chrisbra at
https://github.com/vim-airline/vim-airline/pull/2240#discussion_r494570378

Also improved the wording a bit
This commit is contained in:
Subhaditya Nath 2020-10-17 20:05:22 +05:30
parent 83bd08a97a
commit 34968bf65c
No known key found for this signature in database
GPG Key ID: 637557108F5322F6
1 changed files with 4 additions and 3 deletions

View File

@ -848,9 +848,10 @@ localsearch <https://github.com/mox-mox/vim-localsearch>
* enable/disable localsearch indicator integration >
let g:airline#extensions#localsearch#enabled = 1
* show only when localsearch is off (shows 'GS' denoting GlobalSearch)
(this option is set to 0 by default) >
let g:airline#extensions#localsearch#enabled = 1
* invert the localsearch indicator
if set to 1, the indicator shall only be shown when localsearch is disabled
the text will also change from 'LS' to 'GS' (Global Search) >
let g:airline#extensions#localsearch#inverted = 0
------------------------------------- *airline-lsp*
lsp <https://github.com/prabirshrestha/vim-lsp>