Saghen / blink.cmp

Performant, batteries-included completion plugin for Neovim
MIT License
632 stars 27 forks source link

Windows support? #7

Open linrongbin16 opened 3 days ago

linrongbin16 commented 3 days ago

Looks like the releases doesn't contain any windows platform.

Is there a plan to support it as well? Or please document it so windows users won't get confused.

benlubas commented 3 days ago

3 would support windows afaik

adelarsq commented 2 days ago

I was able to build the project on Windows, but shows this message on start:

Error while downloading blink.cmp pre-built binary: Can't download from github due to not being on a git tag and no native_download.version set, but found no built version of the library. Either run `cargo build --release` via your package manager, switch to a git tag, or set `native_download.version` in config. See the README for more info.

So would be just needed to add a setup for the generated dll file.