Compare commits

..

1 Commits

Author SHA1 Message Date
f988c04998
added vimrc from vdi 2022-12-14 09:54:12 +01:00

10
.vimrc
View File

@ -114,13 +114,3 @@ let g:vim_markdown_folding_disabled = 1
"let g:go_fmt_command = "gopls"
"let g:go_fmt_autosave = 1
"let g:go_mod_fmt_autosave = 1
" https://github.com/hashivim/vim-terraform/blob/master/doc/hcl.txt
let g:terraform_fmt_on_save = 1
let g:hcl_fold_sections = 0
let g:hcl_align = 1
" yaml
" https://yamllint.readthedocs.io/en/stable/text_editors.html
let g:syntastic_yaml_checkers = ['yamllint']
autocmd FileType yaml setlocal ts=2 sts=2 sw=2 expandtab