home: vim: migrate to 'nvim-surround'
It's potentially more customizable, and integrates with tree-sitter. It also allows for buffer/filetype specific pairs.
This commit is contained in:
parent
e1e5a7c900
commit
4216c654e7
2 changed files with 6 additions and 1 deletions
5
home/vim/plugin/settings/surround.vim
Normal file
5
home/vim/plugin/settings/surround.vim
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
lua << EOF
|
||||
require("nvim-surround").setup({
|
||||
-- No configuration at the moment
|
||||
})
|
||||
EOF
|
||||
Loading…
Add table
Add a link
Reference in a new issue