Add vim-grepper extension

- Displays a segment when a grepper search is running
This commit is contained in:
Mo Hyun
2018-07-23 13:05:34 -07:00
parent 964f53a418
commit 723987eca9
4 changed files with 32 additions and 1 deletions

View File

@@ -1002,6 +1002,12 @@ vim-gutentags <https://github.com/ludovicchabant/vim-gutentags>
* enable/disable vim-gutentags integration >
let g:airline#extensions#gutentags#enabled = 1
------------------------------------- *airline-grepper*
vim-grepper <https://github.com/mhinz/vim-grepper>
* enable/disable vim-grepper integration >
let g:airline#extensions#grepper#enabled = 1
------------------------------------- *airline-capslock*
vim-capslock <https://github.com/tpope/vim-capslock>