We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UIs and other Nvim applications often search for Nvim in the system/environment, or else they require users to specify an exact path.
pynvim could save a lot of hassle by providing a function like:
pynvim
find_nvim(min_version: string)
with this behavior:
nvim
version
get_progpath
v:progpath
see also: neovim/node-client#146
The text was updated successfully, but these errors were encountered:
No branches or pull requests
UIs and other Nvim applications often search for Nvim in the system/environment, or else they require users to specify an exact path.
pynvim
could save a lot of hassle by providing a function like:with this behavior:
nvim
in the current environment at a given minimumversion
get_progpath
logic)nvim
itself. Maybev:progpath
should be smarter?see also: neovim/node-client#146
The text was updated successfully, but these errors were encountered: