SpaceVim

A community-driven vim distribution


Home | About | Quick start guide | Documentation | Development | Community | Sponsors


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

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"
  ]

Powered by Jekyll, Help improve this page