Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.04 KB

README.md

File metadata and controls

41 lines (31 loc) · 1.04 KB

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'
\ }}