mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 06:22:56 +00:00
6 lines
156 B
VimL
6 lines
156 B
VimL
|
" Polyglot Syntax
|
||
|
"----------------
|
||
|
|
||
|
let g:terraform_fmt_on_save=1 " Formats with terraform plugin
|
||
|
let g:rustfmt_autosave = 1 " Formats with rust plugin
|