all repos — dotfiles @ 90471d3d8ae5c75d2d993167b26c5014c370cd81

linux dotfiles

config/nvim/ftdetect/hcl.vim

1 2 3 4 5 6 7 8
autocmd BufNewFile,BufRead *.hcl set filetype=hcl

" Nomad
autocmd BufNewFile,BufRead *.nomad set filetype=hcl

" Terraform
autocmd BufNewFile,BufRead *.tf     set filetype=hcl
autocmd BufNewFile,BufRead *.tfvars set filetype=hcl