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