vimrc: add terraform config
This commit is contained in:
parent
584693a82e
commit
ffc3044d80
3
vimrc
3
vimrc
|
@ -88,6 +88,9 @@ let g:rustfmt_autosave = 1
|
||||||
" vim-go configuration:
|
" vim-go configuration:
|
||||||
let g:go_fmt_command = "goimports"
|
let g:go_fmt_command = "goimports"
|
||||||
|
|
||||||
|
" vim-terraform configuration:
|
||||||
|
let g:terraform_fmt_on_save=1
|
||||||
|
|
||||||
" vim-rails configuration:
|
" vim-rails configuration:
|
||||||
let g:rails_projections = {
|
let g:rails_projections = {
|
||||||
\ 'app/decorators/*.rb': { 'command': 'decorator' },
|
\ 'app/decorators/*.rb': { 'command': 'decorator' },
|
||||||
|
|
Loading…
Reference in New Issue