1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-25 07:30:04 +08:00
SpaceVim/docs/cn/layers/lang/agda.md

54 lines
1.4 KiB
Markdown
Raw Normal View History

2018-09-12 20:14:20 +08:00
---
title: "SpaceVim lang#agda 模块"
description: "这一模块为 SpaceVim 提供了 Agda 的开发支持,主要包括语法高亮及一键运行。"
2019-10-04 14:13:51 +08:00
lang: zh
2018-09-12 20:14:20 +08:00
---
# [可用模块](../../) >> lang#agda
<!-- vim-markdown-toc GFM -->
- [模块简介](#模块简介)
- [功能特性](#功能特性)
- [启用模块](#启用模块)
- [快捷键](#快捷键)
<!-- vim-markdown-toc -->
## 模块简介
Agda 是一种依赖类型的函数式编程语言。这一模块为 SpaceVim 提供了 [agda](https://github.com/agda/agda) 开发支持。
2018-09-12 20:14:20 +08:00
## 功能特性
- 语法高亮
## 启用模块
可通过在配置文件内加入如下配置来启用该模块:
```toml
[[layers]]
name = "lang#agda"
```
## 快捷键
2019-02-03 20:51:01 +08:00
| 快捷键 | 功能描述 |
2018-09-12 20:14:20 +08:00
| --------- | ------------------------ |
| `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 |