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
Nvim 0.3.2 made a significant improvement to the behavior of --embed so that hacks like this aren't needed anymore. See:
--embed
https://github.com/neovim/neovim/wiki/Following-HEAD#20180922
Note that --headless flag should not be specified (and VSCodeVim has no reason to specifiy it, so it should not).
--headless
The NVim version is returned in the version field of the nvim_get_api_info API call.
version
nvim_get_api_info
Originally posted by @justinmk in #3288 (comment)
The text was updated successfully, but these errors were encountered:
da2a3e7
No branches or pull requests
Nvim 0.3.2 made a significant improvement to the behavior of
--embed
so that hacks like this aren't needed anymore. See:https://github.com/neovim/neovim/wiki/Following-HEAD#20180922
Note that
--headless
flag should not be specified (and VSCodeVim has no reason to specifiy it, so it should not).The NVim version is returned in the
version
field of thenvim_get_api_info
API call.Originally posted by @justinmk in #3288 (comment)
The text was updated successfully, but these errors were encountered: