neovim-gtk
neovim-gtk copied to clipboard
gtk ui for neovim
When I confirm a completion selection (e.g. using an `omnifunc` completion menu), the cursor briefly flickers when the final text/snippet/etc is inserted. This doesn't appear to happen when using the...
It occurred to me that we should probably actually be verifying the minimum rust version in our build file, so let's add something for this to our CI
Currently with any of our GTK+ widget signal callbacks, we use our own handrolled `clone!()` macro for cloning. This isn't ideal though, because it means that all of our widget...
It's very unpleasant not being able to select text from messages in neovim-gtk, and we could fix this and much more. Ideally, I'd like to make it so that we...
Eventually, I'd like to have us have full support for using multiple UI grids for a number of reasons * I have nostalgia for vim-X11… * This would potentially be...
For reasons as laid out in #14, I understand why underdots are being rendered currently, but as mentioned in that issue it would be nice to be able to render...
When changing themes, the `Cursor` highlight group doesn't seem to be applied properly to the cursor, resulting in it using the wrong color. This can be seen here: [Screencast from...
Having to set an environment variable seems strange if there is already support for a configuration file. If you have any suggestions for the name of the configuration I can...
(X11) Mousewheel scroll inputs are "remembered" for other windows, applied on next nvim-gtk scroll
**Describe the bug** Basically the title, if you scroll another window, the next time you scroll in neovim-gtk the scrolls will seemingly be applied all at once to the buffer,...