index
:
dotfiles
main
My dotfiles (WIP)
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nvim
/
lua
/
plugins
/
auto-pairs.lua
blob: 7fdb5607ae317fecbf00f15d3993d86544f6c333 (
plain
)
1
2
3
4
5
6
7
return
{
{
'windwp/nvim-autopairs'
,
event
=
"InsertEnter"
,
config
=
true
},
}