From 78f7c7f43aefa246f14b1efd4d6801adc6e746bc Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Tue, 27 Apr 2021 14:18:16 +0200 Subject: Add vim-searchindex --- .vimrc | 1 + 1 file changed, 1 insertion(+) 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' } -- cgit v1.2.3-54-g00ecf