diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-01-29 10:51:32 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-01-29 10:51:32 +0900 |
| commit | 33c1bc5af702f45958575ed1d7cf4a0abe31dab8 (patch) | |
| tree | c87ecafc61cea057295f93018ca002d50f91bc4b /ar/.config/TheSiahxyz | |
| parent | 5a911624cd72bbc32baa8d493ae3807d4edc2ce2 (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.lua | 7 |
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, +} |
