michalwski / vim-erlang-compiler

Erlang syntax checking and compiler plugin for Vim

Home Page:https://vim-erlang.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://vim-erlang.github.io


Languages

Language:Erlang 75.2%Language:Vim Script 24.8%