summaryrefslogtreecommitdiff
path: root/modules/ale.vim
diff options
context:
space:
mode:
authorChristian Chiarulli <[email protected]>2019-02-16 11:44:35 -0500
committerChristian Chiarulli <[email protected]>2019-02-16 11:44:35 -0500
commitfa1be111d1224f9dad7c4c94ff3ab30f64894023 (patch)
tree8f31624cbe76c8cc3789cfd48485b0d4bb6837c6 /modules/ale.vim
parent74c68a986fb9dcc6d43290de65d3361d8e63a8a1 (diff)
added new features goyo, sneak
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 1dd151e5..d2834cbd 100644
--- a/modules/ale.vim
+++ b/modules/ale.vim
@@ -3,7 +3,7 @@ let g:ale_linters = {
\ 'cpp' : ['gcc'],
\ 'c' : ['gcc'],
\ 'vim' : ['vint'],
- \ 'python': ['pyls', 'pydocstyle', 'pycodestyle', 'vulture'],
+ \ 'python': ['pydocstyle', 'pycodestyle', 'vulture'],
\ 'javascript': ['eslint']
\}