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** - [ *] 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

:robot: I have created a release *beep* *boop* --- ## [2.1.5](https://github.com/kylechui/nvim-surround/compare/v2.1.4...v2.1.5) (2024-01-17) ### Bug Fixes * Add bang to the `g@` normal command. ([#297](https://github.com/kylechui/nvim-surround/issues/297)) ([0c02c52](https://github.com/kylechui/nvim-surround/commit/0c02c52182a9c2a7fa7e122b4037f6408e98434a)) --- This PR was generated...

autorelease: pending

## BREAKING CHANGE This commit will deprecate the existing `setup` and `buffer_setup` function calls, in line with [this blog post](https://mrcjkb.dev/posts/2023-08-22-setup.html). I believe that plugins, by default, should merely expose functionality...

I tried to get vim-surround to always keep the cursor on the same character when adding/changing/deleting surroundings, if the `move_cursor` option is false. And if the cursor is inside a...

### Checklist - [X] Have you tried updating the plugin to the latest version? - [X] Have you checked the [Breaking Changes issue](https://github.com/kylechui/nvim-surround/issues/77)? - [X] Have you read through `:h...

bug

### Checklist - [X] Have you tried updating the plugin to the latest version? - [X] Have you checked the [Breaking Changes issue](https://github.com/kylechui/nvim-surround/issues/77)? - [X] Have you read through `:h...

bug

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

enhancement

When we have selected a visual block, and we press the binding for `visual`, the visual selection highlight is lost, i would expect the nvim surround highlight group to be...

enhancement

I can't find a way to disable leading and trailing whitespace? Could you please help me with config?

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