mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 03:21:30 +01:00
vim: move from python pyls to pylsp
note: this requires python-lsp-server (https://pypi.org/project/python-lsp-server/)
This commit is contained in:
parent
517cf45174
commit
e009704e75
|
@ -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'],
|
||||
|
|
Loading…
Reference in New Issue
Block a user