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

1.4 KiB

title description
SpaceVim lang#agda layer This layer adds Agda language support to SpaceVim.

Available Layers >> lang#agda

Description

Agda is a dependently typed functional programming language. This layer adds Agda language support to SpaceVim.

Features

  • syntax highlighting

Install

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

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

Key bindings

Key bindings Description
SPC l r execute current file
SPC l l reload
SPC l t infer
SPC l f refine false
SPC l F refine true
SPC l g give
SPC l c make case
SPC l a auto
SPC l e context
SPC l n Normalize IgnoreAbstract
SPC l N Normalize DefaultCompute
SPC l M Show module
SPC l y why in scope
SPC l h helper function
SPC l m metas