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