aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeander <80996591+m0ntagur@users.noreply.github.com>2022-08-13 00:28:18 +0200
committerGitHub <noreply@github.com>2022-08-13 00:28:18 +0200
commit9478bc795bccfc87157f7b319c233baa0c4d331c (patch)
tree11f4194538d277820c715fc1f92167ba0029b6ea
parentd81b3c1c37f47fe10f24e50856e6857c0bcbc23b (diff)
Delete autotag.lua
-rw-r--r--autotag.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/autotag.lua b/autotag.lua
deleted file mode 100644
index ac6fb8f..0000000
--- a/autotag.lua
+++ /dev/null
@@ -1,4 +0,0 @@
-local status, autotag = pcall(require, 'nvim-ts-autotag')
-if (not status) then return end
-
-autotag.setup()