summaryrefslogtreecommitdiff
path: root/ar/.config/TheSiahxyz
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
commit33c1bc5af702f45958575ed1d7cf4a0abe31dab8 (patch)
treec87ecafc61cea057295f93018ca002d50f91bc4b /ar/.config/TheSiahxyz
parent5a911624cd72bbc32baa8d493ae3807d4edc2ce2 (diff)
modified statusbar/sb-clock, modified statusbar/sb-forecast, created plugins/auto-tag.lua
Diffstat (limited to 'ar/.config/TheSiahxyz')
-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,
+}