From 8101548a03d029dfe5dcdf2e0f956b1e2084b016 Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 19 Apr 2026 00:50:15 +0200 Subject: feat: Enable & configure autotag --- lua/ache/plugins/nvim-ts-autotag.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lua/ache') diff --git a/lua/ache/plugins/nvim-ts-autotag.lua b/lua/ache/plugins/nvim-ts-autotag.lua index a63644a..e91cbc5 100644 --- a/lua/ache/plugins/nvim-ts-autotag.lua +++ b/lua/ache/plugins/nvim-ts-autotag.lua @@ -5,14 +5,14 @@ --] return { "windwp/nvim-ts-autotag", - enabled = false, + enabled = true, config = function() require("nvim-ts-autotag").setup({ opts = { -- Defaults - enable_close = true, -- Auto close tags + enable_close = false, -- Auto close tags enable_rename = true, -- Auto rename pairs of tags - enable_close_on_slash = false, -- Auto close on trailing