mistricky / codesnap.nvim

📸 Snapshot plugin with rich features that can make pretty code snapshots for Neovim
MIT License
473 stars 15 forks source link

Windows guidance #64

Open uhillbom opened 2 months ago

uhillbom commented 2 months ago

Hi,

Would be good with some guidance of how to do this in a Windows 10 environment. I tried to compile with both make and cargo / rust from cygwin.

make issue

Unknown platform
cp: cannot stat 'lua/Unknowngenerator.so': No such file or directory
make: *** [makefile:2: build] Error 1

cargo failed in a later state with unresolved symbols refs.

error LNK2019: unresolved external symbol

mistricky commented 2 months ago

Hi there, thx for making the issue report, unfortunately, Windows is not supported yet.

uhillbom commented 2 months ago

+2 whenever that happens then

ekshore commented 2 months ago

I've pinned to v0.0.11 to get it to work on windows.