This commit is contained in:
Adam Stankiewicz
2021-07-28 17:54:35 +02:00
parent 554a6ac757
commit ce31cd1d2f
16 changed files with 209 additions and 87 deletions

View File

@@ -30,9 +30,6 @@ if exists('s:hcl_fold_sections_save')
let g:hcl_fold_sections = s:hcl_fold_sections_save
end
let s:cpo_save = &cpoptions
set cpoptions&vim
if !exists('g:terraform_binary_path')
let g:terraform_binary_path='terraform'
endif