Files
vim-polyglot/indent/terraform.vim
Adam Stankiewicz c794f186c0 Update
2021-07-08 11:54:15 +02:00

10 lines
225 B
VimL

if polyglot#init#is_disabled(expand('<sfile>:p'), 'terraform', 'indent/terraform.vim')
finish
endif
" Only load this file if no other indent file was loaded
if exists('b:did_indent')
finish
endif
runtime! indent/hcl.vim