home: vim: migrate to 'nvim-surround'
All checks were successful
continuous-integration/drone/push Build is passing
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.
This commit is contained in:
parent
1151b2e5ef
commit
b582aff866
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