I created a Fork of the #vim #plugin 'vim-surround', that allow disabling the added spaces when surround text using its functionality.
Check it out here:
https://codeberg.org/maze/vim-surround
Changes:
https://codeberg.org/maze/vim-surround/commit/e8980004f74019e3cba1d0214b1ef030f17d60f7
#vim #plugin #vimplugin #vimplugins
Moved to using Vim-Plug today. Nice and simple and easy to use. Very similar to Vundle. So far so good. I've updated my .vimrc if anyone wants to copy my setup. https://github.com/junegunn/vim-plug #vim #vimplugins
I don't know if this is useful to anyone but I've created a very short script to update my Vim plugins now that I've stopped using Vundle. I might try another plugin manager but for now there is this:
https://gitlab.com/mikerossiter/dotfiles/-/blob/main/vim_plugin_update.sh
#vim #vimplugins