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

Maybe this should be exposed via a command line argument? Or a QSettings option? ```C++ void Shell::keyPressEvent(QKeyEvent *ev) { ... // Uncomment for key input debugging and unit test writing....

**Description** When folds are enabled in a large file, scrollbar drag events result in strange behavior. The view does not change, bounces, and lands at the top of the buffer....

After Neovim's 0.5.0 release, we should generate the new API. We should wait until the API is finalized. Pull Request #697 added support for Float values. We should validate this...

For now this is mostly an example - but it seems useful to have the ability to test rendering output, either for regressions or with different options. Pending: - [...

## Problem When using neovim-qt, the diagnostic information (coc.nvim + ccls (lsp for c/cc++) shows no colors, in contrast to using neovim directly, as shown in the images below: Running...

I found that during the startup of neovim-qt, it will flicker: 1. It seems that neovim-qt shows the window before it loads "ginit.vim". So I can even see the change...

Can neovim-qt have default menus and toolbars like that in gvim? It would be awesome for beginners, like me.

enhancement

`echo hi | nvim -` opens `hi` in nvim buffer. `echo hi | nvim-qt -` errors. Also `echo hi | nvim-qt --nofork -` errors. Error with nofork is: ``` QSocketNotifier:...

Well, it is a bit of a funny request, because neovim doesn't support balloon. Just vim. But I believe that it can be done. My first impression is that it...

I am running into a similar issue as in #391, although a bit stranger and more steps to reproduce. I have a laptop with a high-DPI screen, which is usually...