mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-05-05 15:32:54 +00:00
9 lines
134 B
Lua
9 lines
134 B
Lua
-- autopairs
|
|
-- https://github.com/windwp/nvim-autopairs
|
|
|
|
return {
|
|
'windwp/nvim-autopairs',
|
|
event = 'InsertEnter',
|
|
opts = {},
|
|
}
|