diff options
author | Chris <[email protected]> | 2020-04-02 15:10:17 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-04-02 15:10:17 -0400 |
commit | 2154a69ae8fe7b7465e72f0d723516d91e4efcd9 (patch) | |
tree | 46a05d065a348e7854578363faf03b2f0b0547d3 /modules/plugins.vim | |
parent | 7a9e4a1abcb298939f009ae74e49183b4cb4b7b0 (diff) |
auto push
Diffstat (limited to 'modules/plugins.vim')
-rw-r--r-- | modules/plugins.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/plugins.vim b/modules/plugins.vim index 51b9d0a0..8cfdbde1 100644 --- a/modules/plugins.vim +++ b/modules/plugins.vim @@ -45,7 +45,7 @@ if dein#load_state('~/.config/nvim/dein') "call dein#add('ludovicchabant/vim-gutentags') "call dein#add('skywind3000/gutentags_plus') " Better Previews " - call dein#add('skywind3000/vim-preview') + "call dein#add('skywind3000/vim-preview') " Tagbar call dein#add('majutsushi/tagbar') " Auto Pairs |