neovim-mac icon indicating copy to clipboard operation
neovim-mac copied to clipboard

Support running against a user-provided `nvim` binary

Open szbergeron opened this issue 1 year ago • 1 comments

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 would be nice to have a setting that allowed selecting a specific nvim binary to use as an override for the bundled version.

szbergeron avatar Oct 17 '23 20:10 szbergeron

The bundled nvim version in the app can be set using the release tag in the download/build nvim scripts. Or do you mean that you'd like to be able to use an external nvim version, e.g. /opt/homebrew/bin/nvim (or some other location).

timhatch avatar Oct 18 '23 09:10 timhatch