improve terminal buffers

This commit is contained in:
2025-10-13 18:56:05 +03:00
parent 78239cafb8
commit 47823a0c50
15 changed files with 461 additions and 219 deletions

View File

@@ -1,15 +1,15 @@
return {
{
'windwp/nvim-ts-autotag',
opts = {
autotag = {
enable = true,
enable_close = true,
enable_rename = true,
enable_close_on_slash = true,
},
},
},
-- {
-- 'windwp/nvim-ts-autotag',
-- opts = {
-- autotag = {
-- enable = true,
-- enable_close = true,
-- enable_rename = true,
-- enable_close_on_slash = true,
-- },
-- },
-- },
{
'windwp/nvim-autopairs',
event = 'InsertEnter',