-
neovim.cpp:Neovim的C ++客户端下载
资源介绍
新病毒
基于Boost :: Asio的客户端库,用于通过msgpack-rpc API与NeoVim进程通信。 (进行中)
取决于: ,Jinja2和Boost库。
用法
# include " nvim.hpp "
int main () {
nvim::Nvim nvim;
nvim. connect_tcp ( " localhost " , " 6666 " );
nvim. nvim_eval ( " \( 3 + 2 \) \* 4 " );
std::cout << " get_current_line = " << nvim. nvim_get_current_line () << std::endl;
nvim. vim_set_current_line ( " testhogefuga " );
for (
- 上一篇: dotfiles:我的.vimrc和我随时间累积的其他内容
- 下一篇: vim配置文件插件打包下载