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

See `src/gui/app.cpp`, we should remove `endl` and the wrapper `QT_ENDL`. The minimum required Qt version is 5.14.

deprecated code

See `src/gui/shell.cpp`, we should remove: ```C++ const QPoint pos(ev->x()/cellSize().width(), ev->y()/cellSize().height()); ``` The minimum required Qt version is 5.14.

deprecated code

See `src/gui/shellwidget/helpers.h`, we should remove `GetHorizontalAdvance(...)`. The minimum required Qt version is 5.11.

deprecated code

Back in https://github.com/equalsraf/neovim-qt/issues/203 we added the nofork cli argument. This is a followup to improve the default behavior on Mac OS X. The [current](https://github.com/equalsraf/neovim-qt/blob/master/src/gui/main.cpp#L69) behavior with regards to forking the...

mac

* Version: staging release * Base libraries qt: 5.10.1, gcc: 8.1.0 * OS: Arch Linux Tamil text is rendered incorrectly and editing the text is an issue since. I am...

font

Operating System: Windows 7 x64 neovim v0.2.2 was downloaded from https://github.com/neovim/neovim/releases/download/v0.2.2/nvim-win64.zip The crash takes place without plugins. I'm trying to open multiple files from Windows command line using `nvim-qt.exe *.txt`...

windows

Does Neovim-qt support Direct Write on Microsoft Windows? ![neovim_directwrite](https://cloud.githubusercontent.com/assets/34398/25696711/7ce4ee24-30b8-11e7-98c8-e167ab4c3c74.png)

windows
font

I press `"*y`, and paste in NotePad, the pasted text isn't the text from neovim. However, if I go to neovim, press `:`, and press ctrl-v, the text from neovim...

windows

I'm a long time neovim-qt user on PC, but I'm having trouble getting it to launch with 2 seperate files on Mac. If I do: `open /Applications/nvim-qt.app --args path/to/file_1.txt` I...

mac