nvim-lua.kickstart.nvim/lua/custom/plugins/ultimate-autopair.lua

9 lines
229 B
Lua
Raw Normal View History

return {
2025-03-15 14:54:18 +01:00
-- 'altermo/ultimate-autopair.nvim',
-- event = { 'InsertEnter', 'CmdlineEnter' },
-- branch = 'v0.6', --recommended as each new version will have breaking changes
-- opts = {
-- --Config goes here
-- },
}