mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-08 03:23:51 -05:00
10 lines
225 B
VimL
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
|