index
:
dotfiles.git
master
The dotfiles I currently use on my laptop
Eric Marin
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nvim
/
lua
/
plugins
/
nvim-autopairs.lua
blob: d92a8cc405b3d0c842c8edbf10b167b038f9e47a (
plain
)
1
2
3
4
5
6
return
{
"windwp/nvim-autopairs"
,
lazy
=
true
,
event
=
"InsertEnter"
,
config
=
true
}