More convenient xml and HTML editing

This commit is contained in:
2025-06-19 23:24:45 +05:00
parent 5a52d7719c
commit ce97f22c0c
4 changed files with 35 additions and 14 deletions

View File

@ -54,4 +54,10 @@ return {
return { mode = "cursor", max_lines = 3 }
end,
},
{
"windwp/nvim-ts-autotag",
event = { "BufReadPre", "BufNewFile" },
opts = {},
},
}