nvim plugin ref

This commit is contained in:
thek4n 2024-01-24 09:07:19 +03:00
parent 146cb9745c
commit 4dde884f8c

View File

@ -8,9 +8,10 @@ return {
{
'windwp/nvim-autopairs',
desc = "Auto pair brackets and tags",
config = function()
require("nvim-autopairs").setup()
end
event = "InsertEnter",
opts = {
disable_in_macro = true,
}
},
{
'windwp/nvim-ts-autotag',