[ADD][VIM] Use rustfmt fixer with ALE
This commit is contained in:
parent
fb646c8b74
commit
5a13a35402
1 changed files with 2 additions and 0 deletions
2
vim/.vim/ftplugin/rust.vim
Normal file
2
vim/.vim/ftplugin/rust.vim
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
" Use rustfmt as ALE fixer for rust
|
||||||
|
let b:ale_fixers=[ 'rustfmt' ]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue