1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 17:20:04 +08:00
SpaceVim/docs/layers/lang/reason.md
2021-06-21 20:39:29 +08:00

1.0 KiB

title description
SpaceVim lang#reason layer This layer is for reason development, provides syntax checking, code runner and repl support for reason files.

Available Layers >> lang#reason

Description

This layer is for reason development.

Install

To use this configuration layer, update your custom configuration file with:

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

Features

  • syntax highlighting
  • esy tasks detection

Key bindings

The following key bindings are reason language specific key binding, only available when editing reason file.

Key binding Description
K / SPC l d Show cursor doc
SPC l e Rename symbol

NOTE: These key bindings require lsp layer loaded:

[[layers]]
  name = "lsp"
  filetypes = [
    "reason"
  ]