6 lines
81 B
Lua
6 lines
81 B
Lua
|
|
return {
|
||
|
|
'windwp/nvim-autopairs',
|
||
|
|
event = 'InsertEnter',
|
||
|
|
opts = {},
|
||
|
|
}
|