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

Hi, I'm packaging 0.2.17 for Arch Linux, but one of the tests seems to fail now: ```ini ==> Starting check()... ninja: Entering directory `build' [0/1] cd /build/neovim-qt/src/build && /usr/bin/ctest --force-new-ctest-process...

Neovim-Qt takes 2 - 3 secs to startup. This is a part of startup log obtained by `nvim-qt.exe -- --startuptime startup.log`: ``` times in msec clock self+sourced self: sourced script...

If you use any completion menu that has extra info (e.g. icons or images), then the alignment of items in the menu gets messed up, and the menu becomes too...

in normal mode with 'set cursorline' j + ctrl-l triggers cursorline bg color in non-text area ![cursorlien-CTRL-L](https://user-images.githubusercontent.com/83569599/179406107-e54d2d32-5b45-473e-a5ad-149a81a5789c.jpg)

Hi, On the US English international keyboard with dead keys the symbols/accents are displayed only when you press the space (at least in Windows and Linux this is usually the...

The QT's saveGeometry() works properly, but it saves both dimensions and position. The result restoreGeomentry() always opens window at same position. The option to calculate dimensions by lines and columns,...

Hi, maybe it's more a neovim question than a neovim-gui once but perhaps you can provide me an answer as well. Is there a way i can set guifont to...

On 7b230767dd04d921ca5c2c31ad46ffd00111aed2: ``` $ cat /tmp/conf.lua vim.api.nvim_set_keymap('i', '', 'hello', {noremap=true}) vim.api.nvim_set_keymap('i', '', 'goodbye', {noremap=true}) $ nvim-qt -- -u /tmp/conf.lua ``` Pressing either "backspace" or "shift-backspace" in insert mode inserts the...

Fixes GuiFont being unnecessarily picky, e.g. when the foundry isn’t included ("Roboto Mono" != "Roboto Mono [GOOG]").

**Issue description** I am using the latest version of neovim-qt built from master and I have slow scrolling performance for files with long enough lines (~150 - 200 symbols). But...