登录 注册
当前位置:主页 > 资源下载 > 17 > neovim.cpp:Neovim的C ++客户端下载

neovim.cpp:Neovim的C ++客户端下载

  • 更新:2024-11-22 09:59:26
  • 大小:9KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

新病毒 基于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 (