rustfmt enabled by default
This commit is contained in:
parent
3e9bb6a8df
commit
9ce37a933b
2 changed files with 4 additions and 0 deletions
2
.vimrc
2
.vimrc
|
@ -60,6 +60,8 @@ let g:bufferline_echo = 0
|
||||||
let g:airline_powerline_fonts = 1
|
let g:airline_powerline_fonts = 1
|
||||||
let g:airline#extensions#tabline#enabled = 1
|
let g:airline#extensions#tabline#enabled = 1
|
||||||
|
|
||||||
|
" plugins: rust
|
||||||
|
let g:rustfmt_autosave = 1
|
||||||
|
|
||||||
" plugins: ag/ack
|
" plugins: ag/ack
|
||||||
if executable('ag')
|
if executable('ag')
|
||||||
|
|
|
@ -83,6 +83,8 @@ else
|
||||||
git pull
|
git pull
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
cargo install rustfmt
|
||||||
|
|
||||||
# racer
|
# racer
|
||||||
set +e
|
set +e
|
||||||
cargo install racer
|
cargo install racer
|
||||||
|
|
Loading…
Reference in a new issue