nix-config/home/vim/plugin/settings/surround.vim
Bruno BELANYI 4216c654e7 home: vim: migrate to 'nvim-surround'
It's potentially more customizable, and integrates with tree-sitter. It
also allows for buffer/filetype specific pairs.
2022-09-02 09:56:20 +02:00

6 lines
89 B
VimL

lua << EOF
require("nvim-surround").setup({
-- No configuration at the moment
})
EOF