1
0
Fork 0

Use rust-analyzer

This commit is contained in:
Daniele Tricoli 2021-09-17 02:27:05 +02:00
parent 36ac6135ba
commit 9cd2a4bd18
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
let b:ale_fixers = ['rustfmt']
let b:ale_linters = ['rls','cargo','rustc']
let b:ale_linters = ['rust-analyzer','cargo','rustc']