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