Back to Spacevim

SpaceVim lang#reason layer

docs/layers/lang/reason.md

2.4.0901 B
Original Source

Available Layers >> lang#reason

<!-- vim-markdown-toc GFM --> <!-- vim-markdown-toc -->

Description

This layer is for reason development.

Install

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

toml
[[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 bindingDescription
K / SPC l dShow cursor doc
SPC l eRename symbol

NOTE: These key bindings require lsp layer loaded:

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