Erlang 的 Vim 设置

发布于 2024-08-11 19:19:38 字数 106 浏览 2 评论 0原文

有人想分享他们的 erlang vim 设置吗?看来我根本无法让它工作,最糟糕的是它不会自动缩进。

有没有什么叫做 vim-erlang 的东西,就像 vim-python 之类的?

Does anyone want to share their erlang vim settings? It seems I can't make it work at all and the worst part is that it doesn't auto-indent automatically.

Is there something outhere called vim-erlang, as in vim-python or something?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

云雾 2024-08-18 19:19:38

可以在那里找到 vimerl 的最新版本。添加了新功能,并修复了许多错误:

  • 语法高亮
  • 代码折叠
  • 代码补全(基于 Module:module_info/1 使用 Erlang 自省机制)
  • 自动缩进
  • QuickFix
  • Wrangler 支持(重构 Erlang 工具) )

The most recent version of vimerl can be found there. New features were added and many bugs were also fixed:

  • Syntax highlight
  • Code folding
  • Code completion (based on Module:module_info/1 to use the Erlang introspection mechanism)
  • Auto-indent
  • QuickFix
  • Wrangler support (the refactoring Erlang tool)
愁以何悠 2024-08-18 19:19:38

在 google 上搜索 erlang 和 vim 的前两次结果是 Erlang 插件包vim-erlang。你已经尝试过了吗?

The first two hits on google for erlang and vim yields Erlang plugin package and vim-erlang. Did you try those out already?

陪我终i 2024-08-18 19:19:38

这个怎么样。它是更大的包的一部分,可能也会有用。

How about this. It's part of a bigger package that would probably be useful, too.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文