Denys Rybalka

Results 23 issues of Denys Rybalka

Currently the logic behind -w and -H flags is not straightforward. Here are a few problems: 1. The 2 flags cannot be used together and throw an error 2. The...

Currently DiffviewOpen simply opens a new tab with a new Diffview instance even if it was already opened. Sometimes that is what user wants, but it would also be convenient...

enhancement

It will be convenient (for me, at least), if I could opt-out from assigning a keymap to actions and therefore disable them. For example, this is done by simply providing...

### FAQ - [X] I have checked the [FAQ](https://github.com/hrsh7th/nvim-cmp/blob/main/doc/cmp.txt) and it didn't resolve my problem. ### Announcement - [X] I have checked [Breaking change announcement](https://github.com/hrsh7th/nvim-cmp/issues/231). ### Minimal reproducible full config...

bug

**Is your feature request related to a problem? Please describe.** I am always frustrated when I cannot see the full diagnostics message in the diagnostics picker results, even with wrap_results...

enhancement

Sometimes pywal generates a colorscheme that is too monochrome, especially on images with one dominant color. In these cases syntax highlighting is much less useful and I prefer using one...

While I like the man page, its description of groups/criteria is not easy to understand. For example, it says "...the config file may contain zero or more sections, each containing...

It would be very convenient to have in addition to `init_selection` a similar command that works in operator-pending mode, i.e., something like "around node" or "an", so that one can...

enhancement

Consider the following simple code: ``` ``` In my opinion the outer div element node should have only one (named) child besides the opening/closing tags - the inner div. And...

Is there a reason why up until v2.32 each 0.01 was accompanied by a release and since then there are no new releases? The current version is v2.38... Actually, this...