mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
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:
parent
a50f92f755
commit
9ef5db9503
1 changed files with 0 additions and 6 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue