vim-erlang-omnicomplete
is an Erlang autocompletion plugin for Vim.
With pathogen.vim:
-
cd ~/.vim/bundle
and clone this repository. -
Generate help page:
:Helptags
Manually:
-
Clone this repository.
-
Add the following line to your
.vimrc
(replace the path with your own)::set runtimepath^=/path/to/vim-erlang-omnicomplete
-
Restart Vim (or execute the command above).
-
Generate help page:
:helptags /path/to/vim-erlang-omnicomplete/doc
- On the web: user documentation.
- Inside Vim:
:help vim-erlang-omnicomplete
.