index
:
dotfiles
laptop
main
master
newmacs
newmacs2
My personal linux user configuration
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
archive
/
.config
/
nvim
/
lua
/
plugins
/
pair.lua
blob: 56985632e4309ad59d259b182f298cde64360844 (
plain
)
1
2
3
4
5
return
{
'windwp/nvim-autopairs'
,
event
=
"InsertEnter"
,
config
=
true
}