kickstart.nvim/lua/custom/plugins/editing.lua

4 lines
80 B
Lua

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