nvim-surround
nvim-surround copied to clipboard
Add/change/delete surrounding delimiter pairs with ease. Written with :heart: in Lua.
**Checklist** - [X] Have you read through `:h nvim-surround` to see if there might be any relevant information there? **Is your feature request related to a problem? Please describe.** If...
# Summary First, love this plugin. I've relied too much on the built-in surround capabilities, mostly for changing content within. This is really cool for changing the surrounding characters/names themselves....
**Checklist** - [ ] Have you read through `:h nvim-surround` to see if there might be any relevant information there? **Is your feature request related to a problem? Please describe.**...
**Checklist** - [x] Have you read through `:h nvim-surround` to see if there might be any relevant information there? **Is your feature request related to a problem? Please describe.** I...
If we have this, with cursor being at * ```jsx Counter: {state.count} ``` Currently doing `dst` will resut in: ```jsx Counter: {state.count} ``` When it would be better if it...