mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-06 20:24:27 +08:00
Adding localsearch extension (code and documentation). See https://github.com/mox-mox/vim-localsearch
This commit is contained in:
@@ -1003,7 +1003,7 @@ State indicators:
|
||||
* single compilation is running >
|
||||
let g:airline#extensions#vimtex#compiled = "c₁"
|
||||
|
||||
* continuousr compilation is running >
|
||||
* continuous compilation is running >
|
||||
let g:airline#extensions#vimtex#continuous = "c"
|
||||
|
||||
* viewer is opened >
|
||||
@@ -1039,6 +1039,12 @@ neomake <https://github.com/neomake/neomake>
|
||||
* neomake warning >
|
||||
let airline#extensions#neomake#warning_symbol = 'W:'
|
||||
<
|
||||
------------------------------------- *airline-localsearch*
|
||||
localsearch <https://github.com/mox-mox/localsearch>
|
||||
|
||||
* enable/disable localsearch indicator integration >
|
||||
let g:airline#extensions#localsearch#enabled = 1
|
||||
|
||||
------------------------------------- *airline-cursormode*
|
||||
cursormode <https://github.com/vheon/vim-cursormode>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user