-
Notifications
You must be signed in to change notification settings - Fork 70
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
Error on Load: Windows in Powershell using Neovim can't find wakatime-cli.exe #147
Comments
Break fix is obvious to rename the amd64.exe to simply be wakatime-cli.exe or do a Symbolic Link, but probably should be handled from the development side. |
same issue for me. getting error wakatime-cli.exe is not an executable |
The install script should already create a symlink from vim-wakatime/scripts/install_cli.py Line 505 in 4692ec3
|
Hi, any solutions? |
Should be fixed now on master branch at 2c7770a. Please update your vim-wakatime plugin then restart NeoVim and let me know if it works. |
Expected behavior (what should have happened):
wakatime nvim doesn't load as it is looking for
wakatime-cli.exe
when the win32 exe iswakatime-cli-windows-amd64.exe
Environment:
The text was updated successfully, but these errors were encountered: