sbeyer / neovim-config

My configuration for neovim
3 stars 0 forks source link

Change surrounding parentheses easily #13

Open sbeyer opened 4 years ago

sbeyer commented 4 years ago

https://github.com/tpope/vim-surround

I remember using it but having issues with inserted spaces. Like cs({ did not replace (foo) by {foo}, but by { foo } which rendered the whole thing as useless for me. Still have to take a look as soon as I need it.

sbeyer commented 2 years ago

The modern alternative seems to be surround.nvim