Bruno BELANYI
4216c654e7
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
|