mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-04-14 23:49:19 +08:00
doc(layer): update :h SpaceVim-layers-lang-agda
This commit is contained in:
parent
2253f54be5
commit
f544542ac9
@ -15,6 +15,30 @@
|
||||
" [layers]
|
||||
" name = "lang#agda"
|
||||
" <
|
||||
"
|
||||
" @subsection key bindings
|
||||
"
|
||||
" The following key bindings will be added when this layer is loaded. All key
|
||||
" bindings start with `SPC l`.
|
||||
"
|
||||
" >
|
||||
" Key binding 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
|
||||
" <
|
||||
|
||||
function! SpaceVim#layers#lang#agda#plugins() abort
|
||||
let plugins = []
|
||||
|
@ -1719,6 +1719,31 @@ This layer provides syntax highlighting for agda. To enable this layer:
|
||||
name = "lang#agda"
|
||||
<
|
||||
|
||||
KEY BINDINGS
|
||||
|
||||
The following key bindings will be added when this layer is loaded. All key
|
||||
bindings start with `SPC l`.
|
||||
|
||||
|
||||
>
|
||||
Key binding 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
|
||||
<
|
||||
|
||||
==============================================================================
|
||||
LANG#ASCIIDOC *SpaceVim-layers-lang-asciidoc*
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user