diff options
author | ChristianChiarulli <[email protected]> | 2019-02-26 20:31:15 -0500 |
---|---|---|
committer | ChristianChiarulli <[email protected]> | 2019-02-26 20:31:15 -0500 |
commit | 1b5b78fdac6c8182f583d4875c621c6e6566182b (patch) | |
tree | 6224155cf9e129d47f0753a104594d8c46bb8de9 /modules/plugins.vim | |
parent | 718b37578cca47c3bf25a6a4439f28322b4f46c9 (diff) |
fixed C-l in pydoc overriding my window move mapping, some toggle cammands still don't work, also fixed backticks not appearing
Diffstat (limited to 'modules/plugins.vim')
-rw-r--r-- | modules/plugins.vim | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/plugins.vim b/modules/plugins.vim index 7882e2d0..7a7fbbc6 100644 --- a/modules/plugins.vim +++ b/modules/plugins.vim @@ -82,7 +82,9 @@ if dein#load_state('~/.config/nvim/dein') call dein#add('Shougo/neosnippet.vim') call dein#add('Shougo/neosnippet-snippets') call dein#add('mattn/emmet-vim') - " Colorizer " + "echo doc + call dein#add('Shougo/echodoc.vim') + "Colorizer " call dein#add('chrisbra/Colorizer') " Python docstring " call dein#add('heavenshell/vim-pydocstring') |