如何评价neovim 0.11?

Views :
Update time : 2025-06-23 16:10:13

neovim 0.11 有一个更新还不错: 对 lua 编写插件的异常处理。

neovim 支持用 lua 编写 vim 插件。

为了性能或者生态,开发者可以使用 C/C++ 编写插件再 #include 封装成 lua 模块。

这样的 vim 插件如果 C/C++ 的代码写出了 segmentation fault 之类的 bug,之前的行为是整个 neovim 直接崩溃,现在貌似只是报错 E5108: Error executing lua: 3 然后你在 neovim 该干嘛接着干嘛。

至少比之前好多了。

不确定其他编辑器…。

如何评价neovim 0.11?
Related News
Read More >>
Blog Post With Youtube Video postgresql也很强大,为何在中国大陆,mysql成为主流,postgresql屈居二线呢?
2025-06-25 13:25:12
postgresql也很强大,为何在中国大陆,mysql成为主流,postgresql屈居二线呢?...
Blog Post With Youtube Video 你的择偶标准是怎么样的?
2025-06-25 12:35:13
你的择偶标准是怎么样的?...
Blog Post With Youtube Video 如何评价Cursor?
2025-06-25 13:50:12
如何评价Cursor?...
Blog Post With Youtube Video 大厂后端开发需要掌握docker和k8s吗?
2025-06-25 13:35:13
大厂后端开发需要掌握docker和k8s吗?...

Leave Your Message