erlang在debian下vim环境设置

1,安装vunble

2,配置~/.vim.rc,由vunble负责vimerl的安装

callvundle#begin()

Plugin'jimenezirck/vimerl'//在github对应的名称

callvundle#end()

配置vimerl:

letg:erlangManPath="/usr/local/lib/erlang/man"

编辑时依次按ctrl+xctlr+o,就会出现OMNI自动补全了。

此外vimerl还有对重构工具wrangler的支持

:cw

:copen

:cclose打开quickfix可查看erlang的提示信息

:ErlangGenServer

:ErlangGenApplication

:ErlangGenSupervisor可分别创建末班

:helpvimerl寻求帮助

相关推荐