mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-18 00:28:56 +02:00
8 lines
211 B
Lua
8 lines
211 B
Lua
return {
|
|
'altermo/ultimate-autopair.nvim',
|
|
event = { 'InsertEnter', 'CmdlineEnter' },
|
|
branch = 'v0.6', --recommended as each new version will have breaking changes
|
|
opts = {
|
|
--Config goes here
|
|
},
|
|
}
|