vim-denops / denops.vim

🐜 An ecosystem of Vim/Neovim which allows developers to write cross-platform plugins in Deno
https://vim-denops.github.io/denops-documentation/
MIT License
665 stars 33 forks source link

Expose a raw channel for denops.vim developers to manage the raw channel #309

Closed lambdalisue closed 4 months ago

lambdalisue commented 8 months ago

Developers can create an integration plugin that directly handles the raw channel of Denops to eliminate the need for structural conversion between Vim and Lua (e.g., #308).

The API might be

lambdalisue commented 4 months ago

I re-opened #308 so close it.