update auto tag setting

This commit is contained in:
xfy
2024-05-30 08:30:54 +08:00
parent 0173d67c03
commit 7cbe2f66fa

View File

@ -106,9 +106,6 @@ local plugins = {
"go",
"gomod",
},
autotag = {
enable = true,
},
highlight = {
disable = function(_, buf)
local max_filesize = 100 * 1024 -- 100 KB
@ -298,7 +295,7 @@ local plugins = {
require("nvim-ts-autotag").setup({})
end,
lazy = true,
event = "BufRead",
event = "BufReadPre",
},
{
"kylechui/nvim-surround",