Skip to content

Commit

Permalink
fix(extras): Drop unnecessary commentstring config for terraform
Browse files Browse the repository at this point in the history
The commentstring for terraform and hcl files is now handled by
nvim-ts-context-commentstring:
JoosepAlviste/nvim-ts-context-commentstring#94

Signed-off-by: Zoltán Reegn <zoltan.reegn@gmail.com>
  • Loading branch information
reegnz committed Feb 8, 2024
1 parent a50f92f commit 9ef5db9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lua/lazyvim/plugins/extras/lang/terraform.lua
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9ef5db9

Please sign in to comment.