diff options
author | Chris <[email protected]> | 2020-04-02 14:42:38 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-04-02 14:42:38 -0400 |
commit | 7a9e4a1abcb298939f009ae74e49183b4cb4b7b0 (patch) | |
tree | 4aa2652d2f964b372c9476e590190d5ced063141 /modules/plugins.vim | |
parent | c24b07132d2dbe827d29f395a15370e24c6c5235 (diff) |
auto push
Diffstat (limited to 'modules/plugins.vim')
-rw-r--r-- | modules/plugins.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/plugins.vim b/modules/plugins.vim index d1a52d80..51b9d0a0 100644 --- a/modules/plugins.vim +++ b/modules/plugins.vim @@ -42,8 +42,8 @@ if dein#load_state('~/.config/nvim/dein') " Start Screen call dein#add('mhinz/vim-startify') " For ctags - call dein#add('ludovicchabant/vim-gutentags') - call dein#add('skywind3000/gutentags_plus') + "call dein#add('ludovicchabant/vim-gutentags') + "call dein#add('skywind3000/gutentags_plus') " Better Previews " call dein#add('skywind3000/vim-preview') " Tagbar |