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 resizing the window sometimes frames get randomly dropped. Here are 3 frames from such a resize: |1|2|3 |-|-|-| |![image](https://user-images.githubusercontent.com/20758186/234998177-125644b3-128b-40ba-9842-51b95215a016.png)|![image](https://user-images.githubusercontent.com/20758186/234998245-3754a02a-ff9d-4d56-9acc-4a8be8b9738e.png)|![image](https://user-images.githubusercontent.com/20758186/234998275-d63efcdd-baf8-47cd-96d6-792852a358f8.png)| From a short debugging session it turns out that [items...

bug

When opening files in tabbed view, the GTK4 widget seems to be using some old version of the widget that doesn't honor current looks. - OS: Debian Sid - Neovim...

I'm currently in the process of switching my computers over to Fedora Silverblue. Unfortunately there are no up-to-date packages for neovim-gtk for Fedora. I did find [this copr repository](https://copr.fedorainfracloud.org/coprs/lyude/neovim-gtk/), but...

enhancement

**Describe the bug** The second window shows "loading" for a very long time (about 3 minutes?) if open the same file again (for example, click to open a file twice)....

bug

**Describe the bug** "Open" list view popups outside of screen. ![image](https://user-images.githubusercontent.com/42209822/218056724-4673f656-85e0-4c2e-8c4e-6b916a17bd50.png) And at the same time a warning in terminal says ``` (NeovimGtk:676310): Gtk-WARNING **: 17:37:28.272: Allocating size to GtkPopover...

bug

This is a bit irritating because if you do "blablabla[space][paste]" you get "blablabla[paste][space]" :) This is only a problem in insert mode. In normal mode it is inserted wherever you...

bug

Try to guess mimetype for file and use it as icon. TODO: check if icon exists and set proper fallback (PS: I have no experience using GIO) ![grafik](https://user-images.githubusercontent.com/7189118/209033225-f64dd2cc-a500-4240-aa2e-a8b8f09c4b9c.png) (I'm using...

There's a bit of work involved in starting up an nvim session, since we need to have control over when various events occur in order to be able to stay...

documentation
good first issue

> this is a bit a weird data structure to have one string for each grapheme. Probably, one could use the grapheme offsets + original string or use crates like...

enhancement
low priority

This is something that I was very used to vim-gtk's client and is somewhat strange not having in here. Basically, it will display the mouse as a cursor when in...

enhancement
good first issue