Skip to content

ocaml/vim-ocaml

Folders and files

NameName
Last commit message
Last commit date
Nov 28, 2023
Nov 24, 2023
Mar 13, 2024
Jul 4, 2023
Sep 24, 2021
Nov 27, 2023
Jan 2, 2024
Jan 2, 2024
May 12, 2016
Nov 5, 2019
Aug 4, 2022

Repository files navigation

vim-ocaml

Vim runtime files for OCaml. These are synced periodically with the builtin support that comes with Vim. Users are recommended to use this repository directly however as it's more up to date.

Installation

Depending on your plugin manager:

Plugin 'ocaml/vim-ocaml'
NeoBundleInstall ocaml/vim-ocaml'

" or use NeoBundleLazy
NeoBundleLazy 'rgrinberg/vim-ocaml', {'autoload' : {'filetypes' :
    \ ['ocaml', 'dune', 'opam', 'oasis', 'omake', 'ocamlbuild_tags', 'sexplib']}}

History

This repo started out by @rgrinberg extracting Markus Mottl's improvements to the builtin OCaml support in Vim. Later, support for more OCaml related tools was added: dune, opam etc. Nowadays, it's maintained by a team.