vimerl


Ⅰ. 插件描述

DEPRECATED - Please have a look at vim-erlang project

Ⅱ. 基本信息

创建日期:  2010-08-09
使用用户:  373
Github星:  309
插件作者:  Ricardo Catalinas Jiménez

Ⅲ. 安装方法

使用Vundle管理器安装

在你的.vimrc下添加:
Plugin 'jimenezrick/vimerl-holy-ground'
… 然后在Vim中运行以下命令:
:source %
:PluginInstall

对于Vundle版本 < 0.10.2,请用上面的Bundle替换Plugin。

使用NeoBundle管理器安装

在你的.vimrc下添加:
NeoBundle 'jimenezrick/vimerl-holy-ground'
… 然后在Vim中运行以下命令:
:source %
:NeoBundleInstall

使用VimPlug管理器安装

在你的.vimrc下添加:
Plug 'jimenezrick/vimerl-holy-ground'
… 然后在Vim中运行以下命令:
:source %
:PlugInstall

使用Pathogen管理器安装

在终端中运行以下命令:
cd ~/.vim/bundle
git clone https://github.com/jimenezrick/vimerl

Ⅳ. 文档说明


| | / (_)___ _____/ /
| | / / / ` / _ / ___/ /
| |/ / / / / / / / __/ / / /

|___/_/_/ /_/ /_/___/_/ /_/

The Erlang plugin for Vim.

Features

  • Syntax highlighting
  • Code indenting
  • Code folding
  • Code omni completion
  • Syntax checking with quickfix support
  • Code skeletons for the OTP behaviours
  • Uses configuration from Rebar
  • Pathogen compatible (http://github.com/tpope/vim-pathogen)

How to install it

Copy the content of the tarball to your `.vim'. Don't forget to run
`:helptags' if you are not using Pathogen.

Vimerl requires to have a recent version of Erlang installed in your
system with `escript' in your $PATH.

With a Vim version older than 7.3 syntax checking will be disabled as
some required features won't be available.

How to use it

Start with `:help vimerl'.

How to contribute or report bugs

Send it to me:

Ricardo Catalinas Jiménez <jimenezrick@gmail.com>

Or use GitHub:

http://github.com/jimenezrick/vimerl

添加新评论