Merge pull request #1700 from mox-mox/master

Add extension for vim-localsearch
This commit is contained in:
Christian Brabandt
2018-04-09 13:27:44 +02:00
committed by GitHub
4 changed files with 55 additions and 5 deletions

View File

@@ -1029,7 +1029,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 >
@@ -1068,6 +1068,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>