mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 21:00:03 +08:00
Update doc for lang#kotlin layer
This commit is contained in:
parent
252723b197
commit
bd64b0e899
@ -9,7 +9,30 @@
|
||||
""
|
||||
" @section lang#kotlin, layer-lang-kotlin
|
||||
" @parentsection layers
|
||||
" This layer is for kotlin development.
|
||||
" This layer is for kotlin development, disabled by default, to enable this
|
||||
" layer, add following snippet to your SpaceVim configuration file.
|
||||
" >
|
||||
" [[layers]]
|
||||
" name = 'lang#kotlin'
|
||||
" <
|
||||
"
|
||||
" @subsection Key bindings
|
||||
" >
|
||||
" Mode Key Function
|
||||
" ---------------------------------------------
|
||||
" normal SPC l r run current file
|
||||
" <
|
||||
"
|
||||
" This layer also provides REPL support for kotlin, the key bindings are:
|
||||
" >
|
||||
" Key Function
|
||||
" ---------------------------------------------
|
||||
" SPC l s i Start a inferior REPL process
|
||||
" SPC l s b send whole buffer
|
||||
" SPC l s l send current line
|
||||
" SPC l s s send selection text
|
||||
" <
|
||||
"
|
||||
|
||||
|
||||
" Load SpaceVim APIs:
|
||||
|
@ -2368,7 +2368,31 @@ This layer also provides REPL support for julia, the key bindings are:
|
||||
==============================================================================
|
||||
LANG#KOTLIN *SpaceVim-layer-lang-kotlin*
|
||||
|
||||
This layer is for kotlin development.
|
||||
This layer is for kotlin development, disabled by default, to enable this
|
||||
layer, add following snippet to your SpaceVim configuration file.
|
||||
>
|
||||
[[layers]]
|
||||
name = 'lang#kotlin'
|
||||
<
|
||||
|
||||
KEY BINDINGS
|
||||
|
||||
>
|
||||
Mode Key Function
|
||||
---------------------------------------------
|
||||
normal SPC l r run current file
|
||||
<
|
||||
|
||||
This layer also provides REPL support for kotlin, the key bindings are:
|
||||
>
|
||||
Key Function
|
||||
---------------------------------------------
|
||||
SPC l s i Start a inferior REPL process
|
||||
SPC l s b send whole buffer
|
||||
SPC l s l send current line
|
||||
SPC l s s send selection text
|
||||
<
|
||||
|
||||
|
||||
==============================================================================
|
||||
LANG#LIVESCRIPT *SpaceVim-layer-lang-livescript*
|
||||
|
Loading…
Reference in New Issue
Block a user