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
Hi,
I'm new to nvim/vim and I'm attempting to create a setup which allows me to move away from VSCode, so I'm very happy to see this plugin!
However, I get the following error when launching nvim after installing this plugin and it's dependencies:
nvim
TabNine: exit 2
I'm on a M1 Mac mini, if that's of consequence.
Thanks!
The text was updated successfully, but these errors were encountered:
Here's what I get when running the binary:
❯ ./TabNine --log_to_stderr ./TabNine: line 1: syntax error near unexpected token `newline' ./TabNine: line 1: `<html>'
version is 3.2.28/arm64-apple-darwin
3.2.28/arm64-apple-darwin
Sorry, something went wrong.
I created an issue on the tab nine repo. It seems that the problem is in the install script not downloading a correct binary for Apple Silicon.
codota/TabNine#341 (comment)
No branches or pull requests
Hi,
I'm new to nvim/vim and I'm attempting to create a setup which allows me to move away from VSCode, so I'm very happy to see this plugin!
However, I get the following error when launching
nvim
after installing this plugin and it's dependencies:I'm on a M1 Mac mini, if that's of consequence.
Thanks!
The text was updated successfully, but these errors were encountered: