Kyle Chui

Results 13 issues of Kyle Chui

### Feature already in Vim? N/A ### Feature description As an author of a surround plugin, I think would be quite useful to get the most recently used text-object, for...

enhancement

This pull request allows Alacritty to distinguish between `` and ``.

On behalf of #79, add a new keymap for toggling quotes, perhaps ~~`ytq` for "you toggle quotes"~~ `tsq` for "toggle surrounding quotes. For example in the buffer: ```lua local str...

enhancement

Note: To respect your time, I will continuously update this top-level comment with information, as new ideas get discussed in the comments. This project *needs* a massive documentation overhaul, from...

documentation
enhancement
help wanted
good first issue

One of my personal goals is for you to feel like `nvim-surround` is *working for you*, instead of the other way around. I want things to feel intuitive and to...

I will be using this thread as the *main* place to notify users of breaking changes, so subscribe to this issue to stay up to date about changes that may...

**Describe the bug** Operator marks are set by the plugin, even when no text-object is found. **To Reproduce** 1. Install the Tree-sitter parser for Lua and nvim-treesitter-textobjects, and setup with...

bug

I would like some help from previous users of vim-surround/vim-sandwich/mini.surround, to help me write documentation [here](https://github.com/kylechui/nvim-surround/wiki/Migrating-From-Another-Plugin). Ideally there should be a sample config to let people get started with nvim-surround...

documentation
help wanted
good first issue

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