diff options
-rw-r--r-- | .vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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' } |