improve terminal buffers
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user