nvim-surround icon indicating copy to clipboard operation
nvim-surround copied to clipboard

Add/change/delete surrounding delimiter pairs with ease. Written with :heart: in Lua.

Results 45 nvim-surround issues
Sort by recently updated
recently updated
newest added

**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...

enhancement

# 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....

enhancement

**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.**...

enhancement

**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...

enhancement

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...

enhancement