-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
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
DistantInstall failed - attempt to compare string with nil #113
Comments
@RyanHJohnston version 0.3 is about to be released as the recommended branch. Can you give it a try instead? Documentation is still being written, but check out the installation section: https://distant.dev/editors/neovim/ The reason is that v0.2 of the plugin used an older version of the distant CLI, so my guess is that the version that is supposed to be used is different, but the v0.2 branch of the plugin also has a bug with checking CLI versions. Curious if v0.3 solves that issue. With packer, you should be able to set it up like this: use {
'chipsenkbeil/distant.nvim',
branch = 'v0.3',
config = function()
require('distant'):setup()
end
} |
Also having this issue; above set up does not work. On M1 mac
|
What error are you seeing when using Can you print out the version of the distant cli that was downloaded (should be |
I encounter this error whenever the DistantInstall command is executed (or any distant command):
To recreate the issue, all you have to do is add the distant.nvim package using Packer, install with :PackerInstall, execute :so, then run the :DistantInstall command. I originally compiled from source and it worked all the way up to the last step of the compilation (i.e. 404/405). This error occurs even when reinstalling it.
The text was updated successfully, but these errors were encountered: