From 9478bc795bccfc87157f7b319c233baa0c4d331c Mon Sep 17 00:00:00 2001 From: Leander <80996591+m0ntagur@users.noreply.github.com> Date: Sat, 13 Aug 2022 00:28:18 +0200 Subject: Delete autotag.lua --- autotag.lua | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 autotag.lua 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() -- cgit v1.3.1