Skip to content

urbanserj/vim-erlang-omnicomplete

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-erlang-omnicomplete

vim-erlang-omnicomplete is an Erlang autocompletion plugin for Vim.

Installation

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
    

Documentation

About

Erlang omnicomplete plugin for Vim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Erlang 50.7%
  • Vim Script 49.3%