vim: move from python pyls to pylsp

note: this requires python-lsp-server (https://pypi.org/project/python-lsp-server/)
feature/improve-speed
bretello 2021-08-09 18:36:15 +02:00
parent 517cf45174
commit e009704e75
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ let g:ale_linters = {
\ 'dockerfile': ["hadolint"],
\ 'zsh': ['bashlint', "shellcheck"],
\ 'cpp': ['clangd'],
\ 'python': ['pyls', 'pylint', 'bandit', 'mypy'],
\ 'python': ['pylsp', 'pylint', 'bandit', 'mypy'],
\ 'go': ['gopls', 'gobuild'],
\ 'rust': ['analyzer', 'cargo', 'rls'],
\ 'yaml': ['yamllint'],