summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2021-04-27 14:18:16 +0200
committerTobias Klauser <tklauser@distanz.ch>2021-04-27 14:18:49 +0200
commit78f7c7f43aefa246f14b1efd4d6801adc6e746bc (patch)
tree96d06454b0df1822cb94cdd81c34e00448399225
parentf1ac2ec707a4bcf51e32fbfad590bd332842b4d2 (diff)
Add vim-searchindex
-rw-r--r--.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index c83e1d3..871bfbf 100644
--- a/.vimrc
+++ b/.vimrc
@@ -204,6 +204,7 @@ Plug 'tpope/vim-rhubarb' " GitHub integration
Plug 'tpope/vim-commentary' " comment out stuff
Plug 'yegappan/taglist' " code browser using ctags/cscope
Plug 'joestringer/cscope_maps' " cscope maps
+Plug 'google/vim-searchindex' " show how many times a search pattern occurs
" fzf (https://github.com/junegunn/fzf.vim)
Plug 'junegunn/fzf', { 'do': './install --bin' }