summaryrefslogtreecommitdiff
path: root/init.vim
diff options
context:
space:
mode:
authorchristianchiarulli <[email protected]>2018-10-09 20:03:26 -0400
committerchristianchiarulli <[email protected]>2018-10-09 20:03:26 -0400
commit896d2593ecadeb4f14a4af655b475a269026a64d (patch)
tree21566f74b1168228b4849fcd77550a3219dd256d /init.vim
parentdc120a9571faf977ae2bacc6202800a0a1e9a9d8 (diff)
added fonts got rid of cscope due to ignorance
Diffstat (limited to 'init.vim')
-rw-r--r--init.vim6
1 files changed, 3 insertions, 3 deletions
diff --git a/init.vim b/init.vim
index 59a5e223..872852d3 100644
--- a/init.vim
+++ b/init.vim
@@ -83,9 +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')
+ "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