1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 06:30:03 +08:00
SpaceVim/docs/cn/layers/lang/agda.md
2022-06-04 14:51:36 +08:00

1.4 KiB

title description lang
SpaceVim lang#agda 模块 提供 Agda 语言的开发支持,包括语法高亮、一键运行等功能。 zh

可用模块 >> lang#agda

模块简介

Agda 是一种依赖类型的函数式编程语言。这一模块为 SpaceVim 提供了 agda 开发支持。

功能特性

  • 语法高亮

启用模块

可通过在配置文件内加入如下配置来启用该模块:

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

快捷键

快捷键 功能描述
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