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

From `:help 'guifont'`: This is a list of fonts which will be used for the GUI version of Vim. In its simplest form the value is just one font name....

The test coverage is broken using GitHub Actions + Windows. Fixes an stdout issue by changing the ctest output format. This has also uncovered some issues around `:GuiFont` and `:set...

I'm seeing differences in font rendering with gvim; I think anti-aliasing is not working correctly and I'm not sure how to enable the same. Look at the 'FWidget' word specifically...

font

Hey :wave: Neovim 0.7 has the following feature: > input: distinguish between some input keys which previously were synonyms. This will break some exiting mappings. > > \, \ and...

When searching for a string, `hlsearch` correctly highlights all the occurrences of the search pattern ![Normal hlsearch](https://user-images.githubusercontent.com/299634/173352611-632b1347-6f6c-494c-9552-0a9c20edf580.png) But, when I hit CTRL-L (the default in neovim for nohlsearch), instead of...

I'm not sure if there is a way to do this, and if there is, I can't seem to find any documentation about it, but there should be a way...

enhancement

We should add a test case for `:GuiLinespace -123`. Adding the change now will complicate #976, so we will wait until after that PR is merged.

This is very useful for editing no-western text document. (for example: markdown files) VIM has already support this feature for many years.

enhancement

If I open a file and immediately drag the scrollbar down the view does not actually change, I have to either scroll with my mouse wheel/touchpad or move the cursor...

There is an issue related to #868 when updating `GuiFont` and `guifont`. See `tst_shell.cpp`, the issue can be demonstrated by removing the following line: ``` C++ QTest::qWait(500); ``` If a...