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/ale.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/ale.vim') diff --git a/modules/ale.vim b/modules/ale.vim index 0c72d685..ce2680d4 100644 --- a/modules/ale.vim +++ b/modules/ale.vim @@ -3,7 +3,7 @@ let g:ale_linters = { \ 'cpp' : ['gcc'], \ 'c' : ['gcc'], \ 'vim' : ['vint'], - \ 'python': ['pydocstyle', 'pycodestyle'], + \ 'python': ['pyls','pydocstyle', 'pycodestyle'], \ 'javascript': [] \} -- cgit v1.2.3