SpaceVim
A modular Vim/Neovim configuration
Home | About | Quick start guide | Documentation | Development | Community | Sponsors | 中文
This layer is for reason development.
To use this configuration layer, update your custom configuration file with:
[[layers]]
name = "lang#reason"
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