dotfiles/nvim/lua/config/lazy/82-autopairs.lua

6 lines
77 B
Lua

return {
"windwp/nvim-autopairs",
event = "InsertEnter",
config = true,
}