Solved: Enable Erlang-Code Folding with “vimerl”
To make it short: Code-Folding in “vimerl” (get vimerl!), my favorite vim-plugin, will not be activated as described in vimerl-wiki by adding: let g:erlangFold=1 //wrong but following will do the trick: let g:erlang_folding=1 //right Just add this line to your .vimrc and you’re good to go. Who feels like using …