index
:
nvim
main
My Neovim Config
Nic Gaffney
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lua
/
config
/
packages
/
autopairs.lua
blob: 3e2c01867e666dc1d7d69872e93aec2f582e9b1d (
plain
)
1
2
3
vim
.
pack
.
add
({
gh
(
"windwp/nvim-autopairs"
)
})
require
(
"nvim-autopairs"
).
setup
({})