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

Simple as select, '(', done.

Results 4 visual-surround.nvim issues
Sort by recently updated
recently updated
newest added

When selecting text in visual mode, if the end is on an empty line there is an error calling the function vim.api.nvim_buf_set_text. Error: ` Error msg_show.emsg E5108: Error executing lua:...

Improvement: Move _get_opening_char and _get_closing_char to _get_char function, returning both opening and closing char. Feat: Introduce Visual-Block mode support. Visual and Visual-Line modes work as previous. Visual-Block mode will inject...

Is there a way to disable this plugin in select mode? It will conflict when using blink/cmp complete function parameters #13