Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Vim settings for Erlang

Tags:

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?

like image 460
hyperboreean Avatar asked Nov 21 '09 02:11

hyperboreean


2 Answers

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)
like image 82
Ricardo Avatar answered Oct 23 '22 03:10

Ricardo


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

like image 41
hallski Avatar answered Oct 23 '22 02:10

hallski