Add hcl configuration, test hcl formatter

This commit is contained in:
2023-08-26 21:30:47 +03:00
parent f3a1558cd1
commit 0030230429
4 changed files with 22 additions and 15 deletions

View File

@@ -36,7 +36,7 @@ M.config = function()
autocmd("FileType",
{
pattern = { "c", "ruby", "php", "php3", "perl", "python", "mason", "vim", "sh", "zsh", "scala", "javascript",
"javascriptreact", "typescript", "typescriptreact", "html", "svelte", "css", "nix", "terraform" },
"javascriptreact", "typescript", "typescriptreact", "html", "svelte", "css", "nix", "terraform", "hcl" },
callback = function() require('pwnvim.options').programming() end,
group = filetypes
})