dotfiles/nvim/lua/plugins/autoclose.lua
2024-01-14 00:19:31 +01:00

6 lines
118 B
Lua

return {
"windwp/nvim-autopairs",
event = "InsertEnter",
opts = {}, -- this is equalent to setup({}) function
}