Adding localsearch extension (code and documentation). See https://github.com/mox-mox/vim-localsearch

This commit is contained in:
mox
2018-04-09 00:47:23 +02:00
parent b9f55455fb
commit 00f718691a
4 changed files with 55 additions and 5 deletions

View File

@@ -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>