Nvy
Nvy copied to clipboard
Nvy - A Neovim client in C++
I think it might be worth working towards including `Nvy` in [`scoop`](https://scoop.sh)'s ([GitHub](https://github.com/ScoopInstaller/scoop)) bucket - a popular command-line installer for `Windows`. It should fit in [`Scoop/Extras` bucket](https://github.com/ScoopInstaller/Extras). If it was...
I thank it will be great if it can be only one instance, then anytime I run "nvy anotherfile", it active previous Nvy instance (if had) and then open anotherfile...
 a very minor offset for only a few lines can be seen near the bottom of the screen.
Is it possible to make underline thicker? Like in nvim-qt. Also undercurl not works(font is fira code NF) Nvy  Nvim-QT 
commands that add a new line (like 'p' and 'o') right before scrolloff line can cause display issue. before 'o':  after 'o': ![05 09 45...
It would be cool if Nvy could also use Neovim running on WSL as the backend.
When configuring an incorrect font (e.g. misspelled or not installed), there is no error message shown. When using the same init.vim with nvim-qt, an error message is shown. Executing command...
As the title says, it would be nice to add an argument to the `Nvy` executable so that it is possible to specify the `nvim` binary path (as implemented for...
In response to request #116 - Gives the ability to provide path to `nvim.exe`. - Small spacing fixes