10 lines
118 B
Lua
10 lines
118 B
Lua
|
return {
|
||
|
{
|
||
|
"windwp/nvim-autopairs",
|
||
|
event = "InsertEnter",
|
||
|
opts = {
|
||
|
fast_wrap = {},
|
||
|
},
|
||
|
},
|
||
|
}
|