Skip to content

ray2011/vim-erlang-compiler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-erlang-compiler

vim-erlang-compiler is an Erlang syntax checking and compiler 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-compiler
    
  • Restart Vim (or execute the command above).

  • Generate help page:

      :helptags /path/to/vim-erlang-compiler/doc
    

Documentation

About

Erlang syntax checking and compiler plugin for Vim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Erlang 77.5%
  • Vim Script 22.5%