remove obsolete config

This commit is contained in:
schistos 2024-07-09 14:50:30 +03:00
parent 2d4e0274fd
commit c1a47f247c
1 changed files with 0 additions and 20 deletions

View File

@ -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 </
},
per_filetype = {
['html'] = {
enable_close = false,
},
},
},
}