mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-23 17:49:57 +08:00
994 B
994 B
"============================================================================= " 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: lang#ocaml
Description
This layer is for OCaml development.
When using in a multi-file project, be sure to include a .merlin 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