/the-ocamlspot.vim

A wrapper Vim plugin for OCamlSpotter written in pure Vim Script.

Primary LanguageVim Script

The OCamlSpot Dot Vim !!!

the-ocamlspot.vim is a wrapper of OCamlSpotter. You can easily browse an OCaml code. Indicating the type information of a term, jumping to the definition. And a lot of features will be implemented soon!

This plugin depends on OCamlSpotter

You should install OCamlSpotter before using this plugin.

Screen Shots

Indicate Type

Indicate type

Jump to Definition

Jump to definition

Installation

If you use gmarik/Vundle

Bundle 'cohama/the-ocamlspot.vim'

If you use Shougo/NeoBundle

NeoBundle 'cohama/the-ocamlspot.vim'

or

NeoBundleLazy 'cohama/the-ocamlspot.vim', {
\ 'autoload' : {
\   'filetypes' : 'ocaml'
\ }}