diff options
author | Justine Smithies <justine@smithies.me.uk> | 2025-02-18 19:29:48 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2025-02-18 19:29:48 +0000 |
commit | 4b68ae0f9c146fe6066570cd759ded30aaed3fd2 (patch) | |
tree | b41b31b78ed4c6638341100d5c74698caa59e3d9 | |
parent | fea6124c336eacd2e3b5422e54437ca47193021d (diff) |
Deleted nvim-ts-autotag
-rw-r--r-- | .config/nvim/lua/plugins/nvim-ts-autotag.lua | 4 |
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, -} |