Rust and terraform handy bits

This commit is contained in:
2018-03-23 22:17:25 -04:00
parent 1948ab154b
commit 62619a1f7c
2 changed files with 9 additions and 1 deletions

3
vimrc
View File

@@ -26,6 +26,9 @@ map ,w :%s/ *$//<CR>
let g:go_fmt_command = "goimports"
let g:airline_powerline_fonts = 1
let g:rustfmt_autosave = 1
let g:terraform_align = 1
let g:terraform_fmt_on_save = 1
call pathogen#infect()