summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.vim b/init.vim
index 96075462..59a5e223 100644
--- a/init.vim
+++ b/init.vim
@@ -83,6 +83,9 @@ if dein#load_state('~/chris/.cache/dein')
"call dein#add('Yggdroot/indentLine')
" Gutentags
call dein#add('ludovicchabant/vim-gutentags')
+ call dein#add('steffanc/cscopemaps.vim')
+ call dein#add('brookhong/cscope.vim')
+ call dein#add('vim-scripts/autoload_cscope.vim')
" Tagbar
call dein#add('majutsushi/tagbar')
" Add or remove your plugins here: TODO