diff options
author | w0rp <devw0rp@gmail.com> | 2020-08-28 08:23:02 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2020-08-28 08:23:10 +0100 |
commit | 369e3876f00d497ee9f7d2f6a3936837f6bcdcb7 (patch) | |
tree | 37543d33999873b9e07d25cb286ebc49f51c6f05 /doc/ale.txt | |
parent | 80bd2e18d65e335492cc4f6ba3fe15cc98740ef3 (diff) | |
download | ale-369e3876f00d497ee9f7d2f6a3936837f6bcdcb7.zip |
#3324 - Enable rls by default
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index da430042..f2f77a83 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -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'], |