Rust binding

RPC lib

推荐 nvim-rs,它是 neovim-lib 的 fork 版本,也是目前该方向最活跃的库。

案例:

其他方案:nvim-oxi(Rust bindings to all things Neovim)。正在开发中,主要目的是将 Rust 代码编译成 so 文件以供 lua 调用。

NeoVim doc

  1. channel:或者 :h channel
  2. api:或者 :h api

技巧:使用 <Ctrl-]><Ctrl-t> 进入 tag 或者从 tag 返回。

相关文章

  1. Writing Neovim plugins in Rust