aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2025-02-18 19:29:48 +0000
committerJustine Smithies <justine@smithies.me.uk>2025-02-18 19:29:48 +0000
commit4b68ae0f9c146fe6066570cd759ded30aaed3fd2 (patch)
treeb41b31b78ed4c6638341100d5c74698caa59e3d9
parentfea6124c336eacd2e3b5422e54437ca47193021d (diff)
Deleted nvim-ts-autotag
-rw-r--r--.config/nvim/lua/plugins/nvim-ts-autotag.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/.config/nvim/lua/plugins/nvim-ts-autotag.lua b/.config/nvim/lua/plugins/nvim-ts-autotag.lua
deleted file mode 100644
index e3840e0..0000000
--- a/.config/nvim/lua/plugins/nvim-ts-autotag.lua
+++ /dev/null
@@ -1,4 +0,0 @@
-return {
- "windwp/nvim-ts-autotag",
- lazy = false,
-}