mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-23 17:49:57 +08:00
39 lines
994 B
Markdown
39 lines
994 B
Markdown
|
"=============================================================================
|
||
|
" 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
|
||
|
|
||
|
<!-- vim-markdown-toc GFM -->
|
||
|
|
||
|
- [Description](#description)
|
||
|
- [Install](#install)
|
||
|
- [Features](#features)
|
||
|
|
||
|
<!-- vim-markdown-toc -->
|
||
|
|
||
|
## 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
|