mirror of https://github.com/tiyn/dotfiles
8 lines
97 B
8 lines
97 B
1 year ago
|
return {
|
||
|
-- automatic closing of brackets
|
||
|
{
|
||
|
'windwp/nvim-autopairs',
|
||
|
opts = {}
|
||
|
}
|
||
|
}
|