diff --git a/vim/.vim/ftplugin/rust.vim b/vim/.vim/ftplugin/rust.vim new file mode 100644 index 0000000..44d4666 --- /dev/null +++ b/vim/.vim/ftplugin/rust.vim @@ -0,0 +1,2 @@ +" Use rustfmt as ALE fixer for rust +let b:ale_fixers=[ 'rustfmt' ]