-
Notifications
You must be signed in to change notification settings - Fork 36
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
fix for Windows support #65
base: master
Are you sure you want to change the base?
Conversation
@TimothyGCY Coincidentally I created my own Powershell patch too on my fork because I wanted a Neovim setup on Windows following this guide: https://blog.nikfp.com/how-to-install-and-set-up-neovim-on-windows Hint: prepending instead can avoid code duplication:
|
Closes #50 |
@APZelos @georgesofianosgr Tested @TimothyGCY 's fix on Windows 10 + PowerShell 7.4.6 + Terminal Preview.
Tested on Ubuntu on Windows Subsystem for Linux (WSL):
Both are working. |
That's good for me to learn about proper way of string manipulation in Lua Lua may not be my day-to-day used language, so I just did it in the simplest way I could understand. Thanks buddy |
LC_ALL
seems to be unix environment variable, getting unknown command for Windows machine