7 lines
87 B
Lua
7 lines
87 B
Lua
|
return {
|
||
|
'windwp/nvim-autopairs',
|
||
|
event = 'InsertEnter',
|
||
|
config = true,
|
||
|
}
|
||
|
|