mirror of
https://github.com/DefectingCat/nvim
synced 2025-07-16 09:11:34 +00:00
adjust auto tag configuration
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user