adjust auto tag configuration

This commit is contained in:
xfy
2024-05-29 20:08:11 +08:00
parent 3802fc09a0
commit 0173d67c03

View File

@ -105,7 +105,6 @@ local plugins = {
"toml",
"go",
"gomod",
"kotlin",
},
autotag = {
enable = true,
@ -299,7 +298,7 @@ local plugins = {
require("nvim-ts-autotag").setup({})
end,
lazy = true,
event = "VeryLazy",
event = "BufRead",
},
{
"kylechui/nvim-surround",