"============================================================================= " ocaml.md --- OCaml layer file for SpaceVim " Copyright (c) 2012-2016 Shidong Wang & Contributors " Author: " URL: https://spacevim.org " License: MIT license "============================================================================= --- title: "SpaceVim lang#ocaml layer" description: "This layer is for OCaml development" --- # [SpaceVim Layers:](https://spacevim.org/layers) lang#ocaml - [Description](#description) - [Install](#install) - [Features](#features) ## Description This layer is for OCaml development. When using in a multi-file project, be sure to include a [.merlin](https://github.com/ocaml/merlin/wiki/project-configuration) file. ## Install To use this configuration layer, add `call SpaceVim#layers#load('lang#ocaml')` to your custom configuration file. ## Features - auto-completion - syntax checking - goto definition