IDE integration. So that vim would have some way of showing what uses a function I'm looking at, instead of running kondo on a separate terminal. But so that should work with LSP clients, like ALE?
i saw this today https://joereynoldsaudio.com/2020/01/22/vim-sandwich-is-better-than-surround.html and decided to re-evaluate vim-sandwich. it's awesome! i've switched over from vim-surround and i'm totally happy with it. the best feature is that it provides visual feedback by highlighting the text that you're about to modify by adding, replacing, or deleting containing elements
I use sandwich, absolutely love it
Being a real operator is a massive point in its favor
I use vim sandwich too
tis the proverbial bee's knees!
woah, something to usurp my most beloved of plugins?!
I must try it out
i was skeptical, because i was a heavy user of vim-surround. i have to say, vim-sandwich surpassed my expectations
my fingers are already starting to figure out the new keybindings. they're fairly similar, you basically just press sa
first instead of entering a "verb" followed by s
e.g. surround ysiw]
=> sandwich saiw]
it's also possible to use surround-like mappings with sandwich, for the squeamish
the visual feedback is super awesome, though. instead of figuring out the entire sequence of keys i need to press, i can press saiw
and see if it highlighted the right thing, then think about what i want to surround it with
it makes trial and error feel less destructive 🙂
i'd love to abandon surround more than anyone but you can pry my s
built-in from my cold dead ring finger
I just switched 👍 When using the provided surround-like mappings it doesn't seem to mess with s