Skip to content
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

Open
willothy opened this issue Mar 2, 2023 · 3 comments
Open

Windows support #4

willothy opened this issue Mar 2, 2023 · 3 comments

Comments

@willothy
Copy link
Owner

willothy commented Mar 2, 2023

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 :)

@sijirama
Copy link

Yeah this would be nice, i was about to open an issue for windows support too.

@highwaycoder
Copy link

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 😅

@willothy
Copy link
Owner Author

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 nvim-oxi. I also do not think this is the right type of plugin to be written in Rust, since it's really only doing Vim things and is probably just made slower by the FFI.

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants