Bruno BELANYI
b582aff866
All checks were successful
continuous-integration/drone/push Build is passing
It's potentially more customizable, and integrates with tree-sitter. It also allows for buffer/filetype specific pairs.
6 lines
89 B
VimL
6 lines
89 B
VimL
lua << EOF
|
|
require("nvim-surround").setup({
|
|
-- No configuration at the moment
|
|
})
|
|
EOF
|