#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

@@ -39,7 +39,7 @@ Execute(The defaults for the python filetype should be correct):
AssertEqual [], GetLinterNames('python')
Execute(The defaults for the rust filetype should be correct):
AssertEqual ['cargo'], GetLinterNames('rust')
AssertEqual ['cargo', 'rls'], GetLinterNames('rust')
let g:ale_linters_explicit = 1