8 lines
106 B
Lua
8 lines
106 B
Lua
|
|
return {
|
||
|
|
{
|
||
|
|
"windwp/nvim-autopairs",
|
||
|
|
event = "InsertEnter",
|
||
|
|
opts = {},
|
||
|
|
}
|
||
|
|
}
|