1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 22:40:04 +08:00
SpaceVim/docs/layers/lang/ocaml.md
2018-06-23 14:37:41 +08:00

1009 B

title description
SpaceVim lang#ocaml layer This layer is for Python development, provide autocompletion, syntax checking, code format for ocaml file.

Available 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, update custom configuration file with:

[[layers]]
  name = "lang#ocaml"

Features

  • auto-completion
  • syntax checking
  • goto definition

Key bindings

Key Binding Description
gd jump at the definition of the identifier under the cursor