This commit is contained in:
asep komarudin 2023-02-05 12:50:48 +07:00
parent 47a45924b4
commit f39bb7987f
2 changed files with 3 additions and 2 deletions

View file

@ -222,8 +222,8 @@ return {
"windwp/nvim-autopairs",
commit = "4fc96c8f3df89b6d23e5092d31c866c53a346347",
dependencies = "hrsh7th/nvim-cmp",
event = "VeryLazy",
init = function()
event = "InsertEnter",
config = function()
require("user.autopairs")
end,
},