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

Looks like a change was merged a while back to enable buffers in Tabline. It would be nice to have an option to disable buffers and switch to Tabs only...

`FocusLost` and `FocusGained` events will not fire while `hit-enter-prompt` is open, instead they will be scheduled and all fire after the prompt is closed. They will be fired instantly in...

When I entered the command `:GuiRenderLigatures`, some words shifted. like this: before: ![before1](https://user-images.githubusercontent.com/80807272/155865618-d6af6b29-2e2f-47dd-8ecf-878b6ed29e09.jpg) after: ![after1](https://user-images.githubusercontent.com/80807272/155865625-eb8a72fd-07ab-44db-9577-4f4abeb01d8d.jpg) before: ![before2](https://user-images.githubusercontent.com/80807272/155865635-da6e958f-c887-4603-95f7-5623d1e10319.jpg) after: ![after2](https://user-images.githubusercontent.com/80807272/155865642-123f5761-5f53-499c-b62a-fc2fecd4de32.jpg) my os: windows 10 NVIM v0.6.1 nvim-qt: 0.2.17.9999

Currently nvim-qt requires `--` to know which arguments to send to `nvim.exe`. It would be better to whitelist things like `--geometry`, and send everything _else_ to `nvim.exe`. (Ideally the number...

Testing fix for https://github.com/equalsraf/neovim-qt/issues/884

**Issue #720:** The `[` character is not handled properly on Spanish Keyboard Layouts. The Spanish Layout contains keys like ` and &. These keys add an accent to the next...

The Windows test runs do not display any test output, even when `-VV` or `--output-on-failure` arguments are used. When `ctest` is run manually inside of the runner via, output is...

On some platforms, focus issues are observed after `:call GuiWindowFrameless(1). These focus issues can be resolved by leaving and returning to the `QMainWindow`. **TODO**: Add screenshot

If nvim-qt is the default and you double click to open a file the pwd will be set correctly. However if you right click on a file and use "open...

windows

Hey, today I had the following issue while building up my tabline: ![Image](https://raw.githubusercontent.com/MIvanchev/images/7ef2476b7da97c55a8f42aae9b83e7fcfe9ac302/image.png) The glyphs I use are U+E0BA and U+E0B8. You see the glyph of E0BA renders with anti-aliasing...

waiting