noib3 / nvim-completion

:zap: An async autocompletion framework for Neovim
MIT License
503 stars 13 forks source link

expose nvim-binding as a crate #15

Closed kkharji closed 2 years ago

kkharji commented 2 years ago

Hello @noib3, amazing work so far, I'm facing similar issues that I found nvim-binding supper helpful and I was considering creating one similar. It would be great if you can extract it to it's own repo and release it on crate.io. I intend to use so maybe I could contribute as I go

Thanks.

noib3 commented 2 years ago

Yes, I already had in mind to move nvim-bindings to its own crate after refactoring it. It could provide a nice way for plugin authors to write their plugins in Rust. There's also the overkill_nvim project which provides FFI bindings to the vim.api functions which are written in C.

noib3 commented 2 years ago

@tami5 This is now being worked on. Any help is more than welcome.

noib3 commented 2 years ago

https://github.com/noib3/nvim-oxi