fix(extras): Drop unnecessary commentstring config for terraform

The commentstring for terraform and hcl files is now handled by
nvim-ts-context-commentstring:
https://github.com/JoosepAlviste/nvim-ts-context-commentstring/pull/94

Signed-off-by: Zoltán Reegn <zoltan.reegn@gmail.com>
This commit is contained in:
Zoltán Reegn 2024-02-08 19:56:17 +01:00
parent a50f92f755
commit 9ef5db9503

View file

@ -1,9 +1,3 @@
vim.api.nvim_create_autocmd("FileType", {
pattern = { "hcl", "terraform" },
desc = "terraform/hcl commentstring configuration",
command = "setlocal commentstring=#\\ %s",
})
return {
{
"nvim-treesitter/nvim-treesitter",