-
Notifications
You must be signed in to change notification settings - Fork 4
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
Windows support #4
Comments
Yeah this would be nice, i was about to open an issue for windows support too. |
I don't wanna be that guy, but is there any update on this? It just became a minor problem for me as I copied my init.lua across to a new PC (the only one in my horde that runs Windows) and I'm gonna really miss moveline when I'm working on this machine 😅 |
I will look into this again soon, sorry! In the mean time I would recommend using a similar plugin written in Lua. FYI, I am considering archiving this plugin since it was originally written as a proof of concept / test for my library nvim-utils, which I have also archived in favor of just using I may also finish up the nvim-oxi port and move that to the main branch. I haven't decided yet. I'm glad people like the plugin though :) I haven't tested these as I still use this plugin myself (I use the oxi branch), but here are some Lua-based alternatives: |
This plugin currently can't support Windows as the mlua crate cannot package a vendored luajit library on Windows. I'm working on a way to allow windows support by using the CC crate to compile the Luajit library as needed on Windows, so expect that soon :)
The text was updated successfully, but these errors were encountered: