Skip to content

cohama/the-ocamlspot.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors