feat(ide): autopairing

This commit is contained in:
Guz
2024-12-08 10:24:37 -03:00
parent fad582d4fe
commit 3dac9f603e
2 changed files with 10 additions and 0 deletions

View File

@@ -158,4 +158,13 @@ return {
})
end,
},
-- Auto closing pairs
{
"nvim-autopairs",
event = "InsertEnter",
after = function()
require("nvim-autopairs").setup()
end,
},
}

View File

@@ -37,6 +37,7 @@
lualine-nvim
luasnip
marks-nvim
nvim-autopairs
nvim-dap
nvim-dap-go
nvim-dap-ui