summaryrefslogtreecommitdiff
path: root/ar/.config
diff options
context:
space:
mode:
Diffstat (limited to 'ar/.config')
-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,
+}