diff options
author | Chris <[email protected]> | 2020-04-13 13:09:54 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-04-13 13:09:54 -0400 |
commit | 87a2859dfd62b057811a9fc54109498a09686290 (patch) | |
tree | 10c2c48e25a746746a977c5716ad2cb77061b33b /modules/plugins.vim | |
parent | de8b5598e795b55ed70458cc37e6d237241a8ff0 (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 fbcc7738..1f87012f 100644 --- a/modules/plugins.vim +++ b/modules/plugins.vim @@ -83,7 +83,7 @@ if dein#load_state('~/.config/nvim/dein') "Colorizer " call dein#add('norcalli/nvim-colorizer.lua') " Python docstring " - call dein#add('heavenshell/vim-pydocstring') + "call dein#add('heavenshell/vim-pydocstring') if !has('nvim') call dein#add('roxma/nvim-yarp') |