diff options
author | Chrisatmachine <[email protected]> | 2018-10-07 16:03:56 -0400 |
---|---|---|
committer | Chrisatmachine <[email protected]> | 2018-10-07 16:03:56 -0400 |
commit | dc120a9571faf977ae2bacc6202800a0a1e9a9d8 (patch) | |
tree | ee1dafcc4654fc8f95e0a71c9f870344df1dd05f | |
parent | f6b98d40119b98247e9ef41d9ea24f449297da27 (diff) |
got rid of ycm
-rw-r--r-- | init.vim | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |