summaryrefslogtreecommitdiff
path: root/ar/.config/TheSiahxyz/lua
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-01-29 10:51:32 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-01-29 10:51:32 +0900
commita79416f5eb2de2d9505704911dfca4b048157f2c (patch)
treef26ee953809b1f7931956887d88bcc67ac0c60ab /ar/.config/TheSiahxyz/lua
parent2ab2c7b0f8f9cf3e6613d2a2a1cf19cc4a69f8d6 (diff)
modified statusbar/sb-clock, modified statusbar/sb-forecast, created plugins/auto-tag.lua
Diffstat (limited to 'ar/.config/TheSiahxyz/lua')
-rw-r--r--ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/auto-tag.lua7
1 files changed, 7 insertions, 0 deletions
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,
+}