diff options
author | Chrisatmachine <[email protected]> | 2018-11-11 14:09:29 -0500 |
---|---|---|
committer | Chrisatmachine <[email protected]> | 2018-11-11 14:09:29 -0500 |
commit | 2d48d2025b5f4f3f3713d56635a145855abc770e (patch) | |
tree | 5458f94d957140e58381c09a714dcd2f4330c2ac /init.vim | |
parent | 2d12a4f1a7a0b0fb047c81952498f8107341dd79 (diff) | |
parent | 896d2593ecadeb4f14a4af655b475a269026a64d (diff) |
Merge branch 'master' of https://github.com/ChristianChiarulli/nvim
Diffstat (limited to 'init.vim')
-rw-r--r-- | init.vim | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |