aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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()