fix(terraform): configure commentstring (#1171)
This commit is contained in:

committed by
GitHub

parent
d71ebeab24
commit
e5f53ee193
@ -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",
|
||||
|
Reference in New Issue
Block a user