neovim-mac
neovim-mac copied to clipboard
A fast Neovim GUI for macOS.
Neovim.app renders underlines in red instead of the default SlateBlue. The screenshot shows Neovim.app in the foreground with nvim running in iTerm2 behind it.
MacVim provides a bundled `mvim` script to launch the app from the command line. There are also symlinked variants for `mview`, `mvimdiff`, etc. That script seems to work by invoking...
In Insert Mode, if I have `ABC` in my buffer with the insertion point right after the `C` and I do `command-V` to paste `D` I get `ABDC` whereas I...
Does neovim-mac support native scrollers? If not, is this something you are planning?
These oddly named events hide the cursor when the terminal window is used. Without this, the terminal shows 2 cursors.
When opening a file, the app continues requesting permission to access the Documents folder (and Desktop, and Downloads). Those are all iCloud folders. Every time. But I’ve explicitly given it...
Hi, I thought I'd take a look at this in my quest to retire MacVim. As head allows including a pre-built binary I thought I'd try building from that rather...
Neovim 0.10 introduced inlay hints, so I'm excited to use the new version. Unfortunately, the currently released version of this app only allows using the bundled 0.8.x `nvim` binary. It...
For container/VM based development workflows, it would be useful to be able to use this as a front-end for a remote neovim client. This can be accomplished through the regular...
Opening and closing tabs plays one animation at a time, which leads to small delays affecting usability. Probably, it should be better if animations of closing/opening a tab will be...