From 1b5b78fdac6c8182f583d4875c621c6e6566182b Mon Sep 17 00:00:00 2001 From: ChristianChiarulli Date: Tue, 26 Feb 2019 20:31:15 -0500 Subject: fixed C-l in pydoc overriding my window move mapping, some toggle cammands still don't work, also fixed backticks not appearing --- modules/plugins.vim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'modules/plugins.vim') 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') -- cgit v1.2.3