1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-28 01:10:05 +08:00
SpaceVim/docs/layers/lang/reason.md
2021-02-15 15:14:24 +08:00

1.0 KiB

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

Available Layers >> lang#reason

Description

This layer is for reason development.

Install

To use this configuration layer, update 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"
  ]