i have in my vimrc
it would be nice if lets say im on the word "Hello"
and i press ysiw», i want it to become
but as it currently is, it becomes
Is there a way to make vim-surround read the list of pairs in matchpairs and add it to the list of surrounding chars that have non-matching sides (i.e. ( ), [ ], and { })
i have in my vimrc
it would be nice if lets say im on the word "Hello"
and i press
ysiw», i want it to becomebut as it currently is, it becomes
Is there a way to make vim-surround read the list of pairs in
matchpairsand add it to the list of surrounding chars that have non-matching sides (i.e. ( ), [ ], and { })