summaryrefslogtreecommitdiff
path: root/modules/ale.vim
diff options
context:
space:
mode:
authorChristianChiarulli <[email protected]>2019-02-26 20:31:15 -0500
committerChristianChiarulli <[email protected]>2019-02-26 20:31:15 -0500
commit1b5b78fdac6c8182f583d4875c621c6e6566182b (patch)
tree6224155cf9e129d47f0753a104594d8c46bb8de9 /modules/ale.vim
parent718b37578cca47c3bf25a6a4439f28322b4f46c9 (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/ale.vim')
-rw-r--r--modules/ale.vim2
1 files changed, 1 insertions, 1 deletions
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': []
\}