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

Neovim client library and GUI, in Qt5.

Results 136 neovim-qt issues
Sort by recently updated
recently updated
newest added

When moving the mouse pointer into the neovim-qt window, the size increases quite drastically. This can be seen in [this video](https://i.imgur.com/eHfOcwN.gifv). Is this intentionally and should I configure something to...

waiting

See https://github.com/equalsraf/neovim-qt/issues/839 for the list of issues In terms of code this is ready for review. There are still runtime issues to be checked (font integer metrics and possibly imfocus)....

When I use `gui=underline` in a `highlight` command without assigning a color using `guisp` the underline always gets the color red. When running Neovim in a terminal however, the default...

After successfully loading the shim call GuiClipboard to enable the native GUI clipboard by default. ref #298 A new command GuiClipboard can be used to configure the clipboard. ---- There...

Can `s_windows` or `s_lastActiveWindow` be accessed from multiple threads? If yes, the code as written is unsafe... Please prove that the code is thread safe, or add a mutex. Example)...

Brainstorming on https://github.com/equalsraf/neovim-qt/issues/936 - maybe we can provide a little more info on connection errors.

Tracking issues for supporting builds against Qt6 - I was able to build against Qt6 after some changes, but I could not test, here is the list of issues -...

Doesn't seem to matter what I have set my titlestring to, but the following or similar doesn't work: `autocmd VIMEnter * set titlestring=foo` The title remains as "Neovim". Additionally, manually...

waiting

Hi, I switched to **neovim-qt** from **neovide**, I can't use **neovide** because it has font problem, I reported the bug half year ago but it's still there. But it has...

enhancement

I've recently installed the latest release of neovim-qt (v0.2.16.1) and the character '[' is no longer registered when pressed. This didn't happen in my old version (v0.2.13) I've checked to...