Skip to content
oscarh edited this page Aug 18, 2010 · 3 revisions

Vimerl

Vim plugin for the programming language Erlang.

Features

  • Syntax highlighting
  • Folding
  • Code completion (based on Mod:module_info/0 to use the Erlang introspection mechanism)
  • Auto-indent
  • QuickFix

Screenshot

How to use it

Read the README to install it.

Folding

Folding is now disabled by default. Put let g:erlangFold=1 in your ~/.vimrc to activate. When folding is active, you can use the vim Fold commands to operate on the syntax folds.

Omni completion

Open an Erlang file with Vim and after the name of a module Mod: presh CTRL-X CTRL-O to activate the omni completion. You need to have installed escript, the standard Erlang installation comes with it.

Credits

These people and a few more contributed with the code of this plugin:

Clone this wiki locally