From a79416f5eb2de2d9505704911dfca4b048157f2c Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Thu, 29 Jan 2026 10:51:32 +0900 Subject: modified statusbar/sb-clock, modified statusbar/sb-forecast, created plugins/auto-tag.lua --- ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/auto-tag.lua | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/auto-tag.lua (limited to 'ar/.config') diff --git a/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/auto-tag.lua b/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/auto-tag.lua new file mode 100644 index 0000000..5ca8008 --- /dev/null +++ b/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/auto-tag.lua @@ -0,0 +1,7 @@ +return { + "windwp/nvim-ts-autotag", + ft = { "javascript", "javascriptreact", "typescript", "typescriptreact" }, + config = function() + require("nvim-ts-autotag").setup() + end, +} -- cgit v1.2.3