Vim settings for Erlang

2019-03-11 00:52发布

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?

标签: vim erlang
3条回答
孤傲高冷的网名
2楼-- · 2019-03-11 01:33

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

查看更多
戒情不戒烟
3楼-- · 2019-03-11 01:36

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)
查看更多
在下西门庆
4楼-- · 2019-03-11 01:44

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

查看更多
登录 后发表回答