fix(terraform): configure commentstring (#1171)

This commit is contained in:
Robson Roberto Souza Peixoto authored and GitHub committed 2023-07-22 09:10:37 +02:00
1 parent d71ebeab24
commit e5f53ee193
1 file changed
+6
@@ -1,3 +1,9 @@
vim.api.nvim_create_autocmd("FileType", {
pattern = { "hcl", "terraform" },
desc = "terraform/hcl commentstring configuration",
command = "setlocal commentstring=#\\ %s",
})
return {
{
"nvim-treesitter/nvim-treesitter",