-
The NVIM_APPNAME environment variable is super useful for having multiple configurations, but setting it to something other than nvim breaks the custom commands.
-
I am using vim-plug to manage my plugins both on Windows and Linux. But on Windows, I encounter errors sometimes when I try to install new plugins using `PlugInstall` command. The error is shown blo…
jdhao updated
3 years ago
-
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 feature …
-
Steps to reproduce:
- Tested on Linux, Ubuntu 20.04
- Download [Nvim development (prerelease) build](https://github.com/neovim/neovim/releases) and install it
- open any file in nvui
- make change…
-
The Windows test runs do not display any test output, even when `-VV` or `--output-on-failure` arguments are used.
When `ctest` is run manually inside of the runner via, output is displayed.
https…
-
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 \ are no long…
-
I'm using nvim v0.4.3 (also tested with git master), and with this plugin enabled, pressing `"` often (but not always) causes neovim to completely lock up. If I'm using the QT GUI, the mouse cursor ch…
-
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/equalsra…
-
### Feature already in Vim?
N/A
### Feature description
In Vim and Neovim, there's the `:cq` command, which exits the editor unsuccessfully. This is very important in some cases, such as when edit…
-
As I don't like compiling apps from source, it would be great to be able to download the latest build as an AppImage.
For the moment only Windows binaries are provided, but as I remember that the CI …