9 lines
131 B
Lua
9 lines
131 B
Lua
|
|
-- autopairs
|
||
|
|
-- https://github.com/windwp/nvim-autopairs
|
||
|
|
|
||
|
|
return {
|
||
|
|
"windwp/nvim-autopairs",
|
||
|
|
event = "InsertEnter",
|
||
|
|
opts = {},
|
||
|
|
}
|