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

when open up with alpha.nvim,it doesn't show the ASIIC patterns at first, only after I type gg it show up normally. open: ![screenshot](https://user-images.githubusercontent.com/101701076/235374480-ab7ce6c4-35d6-41bb-913b-bbd70f71809a.png) after type gg: ![screenshot](https://user-images.githubusercontent.com/101701076/235374492-1dcfef72-fa29-4bac-9b76-4df7538b2a38.png) the dashboard.nvim has...

Using fetch content cmake module is less verbose, than custom download and extract logic with setting of additional variables. CMake version 3.16 is in the Ubuntu 20.04 repository, so everyone...

We should investigate the behavior of the legacy rendering protocol to see if it is broken in neovim-qt and/or neovim. We've defaulted to `ext_linegrid=true` in a recent commit, #1021. Several...

General code cleanup, in an attempt to improve our test coverage. Splitting these test will hopefully make them more reliable, and easier to modify/read in the future.

Please allow hidden files to be shown in the tree view, e.g. .clangd. Currently they are hidden. The below patch is a working example of how this can be enabled,...

**Issue #1022:** Support Treeview filtering Adds support for custom filtering of the content displayed by GuiTreeView. Uses QSettings to add the following `~/.config/nvim-qt/nvim-qt.conf` options: ``` [Treeview] ShowDirs=true ShowDrives=true NoSymLinks=true ShowHiddenFiles=false...

Adds an automatic reconnect option to the `ErrorWidget`. Work in Progress.

I love Neovim and I used it personally as well as professionally. I use a multitude of platforms; macOS on my personal laptop, Arch Linux and RedHat Linux for work,...

Please read about [QT Sessions here](https://doc.qt.io/qt-6/session.html) and [here](https://web.fe.up.pt/~jmcruz/etc/kde/kdeqt/kde3arch/session.html). This is more broad topic on user sessions in X11 systems on Linux platforms. I request to make it possible for neovim-qt...

Xterm allows you to specify custom keybindings for certain sequences (e.g. ``) via `~/.Xresources` files. For neovim-qt, it's currently impossible to do the same so it makes sense to make...