dot-files/vim/.vim/ftplugin/rust.vim

3 lines
67 B
VimL
Raw Normal View History

2019-10-09 17:09:29 +02:00
" Use rustfmt as ALE fixer for rust
let b:ale_fixers=[ 'rustfmt' ]