rustfmt enabled by default

This commit is contained in:
Cyryl Płotnicki-Chudyk 2016-05-15 22:59:29 +02:00
parent 3e9bb6a8df
commit 9ce37a933b
2 changed files with 4 additions and 0 deletions

2
.vimrc
View file

@ -60,6 +60,8 @@ let g:bufferline_echo = 0
let g:airline_powerline_fonts = 1
let g:airline#extensions#tabline#enabled = 1
" plugins: rust
let g:rustfmt_autosave = 1
" plugins: ag/ack
if executable('ag')

View file

@ -83,6 +83,8 @@ else
git pull
fi
cargo install rustfmt
# racer
set +e
cargo install racer