[vim] Automatically rustfmt on save

pull/28/head
Alpha Chen 9 years ago
parent 221ec4e90a
commit 0a0df6cb68

@ -201,6 +201,9 @@ python del powerline_setup
" vim-projectionist
nnoremap <leader>a :A<cr>
" rust.vim
let g:rustfmt_autosave = 1
" gui stuff
set guioptions-=T
set guifont=Consolas:h9:cANSI

Loading…
Cancel
Save