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

6 lines
123 B
Lua

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