#3324 - Enable rls by default

This commit is contained in:
w0rp
2020-08-28 08:23:02 +01:00
parent 80bd2e18d6
commit 369e3876f0
4 changed files with 15 additions and 12 deletions

View File

@@ -1441,7 +1441,7 @@ g:ale_linters *g:ale_linters*
\ 'perl': ['perlcritic'],
\ 'perl6': [],
\ 'python': ['flake8', 'mypy', 'pylint', 'pyright'],
\ 'rust': ['cargo'],
\ 'rust': ['cargo', 'rls'],
\ 'spec': [],
\ 'text': [],
\ 'vue': ['eslint', 'vls'],