From c1a47f247c7bba47b8fd75d391c8e3c7b55f680f Mon Sep 17 00:00:00 2001 From: schistos Date: Tue, 9 Jul 2024 14:50:30 +0300 Subject: [PATCH] remove obsolete config --- lua/custom/plugins/autotag.lua | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 lua/custom/plugins/autotag.lua diff --git a/lua/custom/plugins/autotag.lua b/lua/custom/plugins/autotag.lua deleted file mode 100644 index 6807b147..00000000 --- a/lua/custom/plugins/autotag.lua +++ /dev/null @@ -1,20 +0,0 @@ -return { - { - -- Also override individual filetype configs, these take priority. - -- Empty by default, useful if one of the "opts" global settings - -- doesn't work well in a specific filetype - - 'nvim-ts-autotag', - opts = { - -- Defaults - enable_close = true, -- Auto close tags - enable_rename = true, -- Auto rename pairs of tags - enable_close_on_slash = false, -- Auto close on trailing