neovim-gtk icon indicating copy to clipboard operation
neovim-gtk copied to clipboard

gtk ui for neovim

Results 46 neovim-gtk issues
Sort by recently updated
recently updated
newest added

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

bug

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

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

enhancement
low priority

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

enhancement

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

enhancement

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

enhancement

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

bug

`gvim` allows to do that by passing `-` as filename

enhancement

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

enhancement

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

upstream