Rust binding
RPC lib
推荐 nvim-rs,它是 neovim-lib 的 fork 版本,也是目前该方向最活跃的库。
案例:
- 【neovim-lib】https://github.com/michaelb/sniprun: A neovim plugin to run lines/blocs of code (independently of the rest of the file), supporting multiples languages
其他方案:nvim-oxi(Rust bindings to all things Neovim)。正在开发中,主要目的是将 Rust 代码编译成 so 文件以供 lua 调用。
NeoVim doc
技巧:使用
<Ctrl-]>
或<Ctrl-t>
进入 tag 或者从 tag 返回。