-
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
Not creating symlink from wakatime-cli.exe to wakatime-cli-windows-386.exe #166
Comments
@ParadiseWitch you're using 32bit Windows? On startup, vim-wakatime should download one of these releases corresponding to your OS, then create a symlink from |
@alanhamlett No, 64bit. |
That's the problem... it's downloading 32-bit wakatime-cli and then it fails checking the current version with |
We use powershell to detect 32/64 bit on Windows in Neovim: vim-wakatime/plugin/wakatime.vim Line 234 in 018fa9a
We need to find why that powershell command is returning |
@ParadiseWitch can you try updating to the latest vim-wakatime and restart Vim? It might have been fixed with 0d2efa2. |
Closing as fixed because no response. |
Also added ba4537e to help with this issue. |
Like this:

If i rename the "wakatime-cli-windows-386.exe" file to "wakatime-cli.exe", when i restart nvim, it will be removed.
Originally posted by @ParadiseWitch in #147 (comment)
The text was updated successfully, but these errors were encountered: