mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-04-14 23:49:19 +08:00
doc(layer): add :h SpaceVim-layers-lang-smalltalk
This commit is contained in:
parent
892b18fe0b
commit
a2734a9e1c
@ -6,6 +6,16 @@
|
||||
" License: GPLv3
|
||||
"=============================================================================
|
||||
|
||||
""
|
||||
" @section lang#smalltalk, layers-lang-smalltalk
|
||||
" @parentsection layers
|
||||
" This layer is for smalltalk development, disabled by default, to enable this
|
||||
" layer, add following snippet to your SpaceVim configuration file.
|
||||
" >
|
||||
" [[layers]]
|
||||
" name = 'lang#smalltalk'
|
||||
" <
|
||||
"
|
||||
|
||||
function! SpaceVim#layers#lang#smalltalk#plugins() abort
|
||||
let plugins = []
|
||||
|
@ -173,30 +173,31 @@ CONTENTS *SpaceVim-contents*
|
||||
87. lang#scala..............................|SpaceVim-layers-lang-scala|
|
||||
88. lang#scheme............................|SpaceVim-layers-lang-scheme|
|
||||
89. lang#sh....................................|SpaceVim-layers-lang-sh|
|
||||
90. lang#sml..................................|SpaceVim-layers-lang-sml|
|
||||
91. lang#swig...............................|SpaceVim-layers-lang-swift|
|
||||
92. lang#swig................................|SpaceVim-layers-lang-swig|
|
||||
93. lang#tcl..................................|SpaceVim-layers-lang-tcl|
|
||||
94. lang#toml................................|SpaceVim-layers-lang-toml|
|
||||
95. lang#typescript....................|SpaceVim-layers-lang-typescript|
|
||||
96. lang#v......................................|SpaceVim-layers-lang-v|
|
||||
97. lang#vbnet..............................|SpaceVim-layers-lang-vbnet|
|
||||
98. lang#vim..................................|SpaceVim-layers-lang-vim|
|
||||
99. lang#vue..................................|SpaceVim-layers-lang-vue|
|
||||
100. lang#wolfram.........................|SpaceVim-layers-lang-wolfram|
|
||||
101. lang#xml.................................|SpaceVim-layers-lang-xml|
|
||||
102. lang#xquery...........................|SpaceVim-layers-lang-xquery|
|
||||
103. lang#zig.................................|SpaceVim-layers-lang-zig|
|
||||
104. language server protocol......................|SpaceVim-layers-lsp|
|
||||
105. leaderf...................................|SpaceVim-layers-leaderf|
|
||||
106. operator.................................|SpaceVim-layers-operator|
|
||||
107. shell.......................................|SpaceVim-layers-shell|
|
||||
108. test.........................................|SpaceVim-layers-test|
|
||||
109. tmux.........................................|SpaceVim-layers-tmux|
|
||||
110. tools#dash.............................|SpaceVim-layers-tools-dash|
|
||||
111. tools#zeal.............................|SpaceVim-layers-tools-zeal|
|
||||
112. ui.............................................|SpaceVim-layers-ui|
|
||||
113. unite.......................................|SpaceVim-layers-unite|
|
||||
90. lang#smalltalk......................|SpaceVim-layers-lang-smalltalk|
|
||||
91. lang#sml..................................|SpaceVim-layers-lang-sml|
|
||||
92. lang#swig...............................|SpaceVim-layers-lang-swift|
|
||||
93. lang#swig................................|SpaceVim-layers-lang-swig|
|
||||
94. lang#tcl..................................|SpaceVim-layers-lang-tcl|
|
||||
95. lang#toml................................|SpaceVim-layers-lang-toml|
|
||||
96. lang#typescript....................|SpaceVim-layers-lang-typescript|
|
||||
97. lang#v......................................|SpaceVim-layers-lang-v|
|
||||
98. lang#vbnet..............................|SpaceVim-layers-lang-vbnet|
|
||||
99. lang#vim..................................|SpaceVim-layers-lang-vim|
|
||||
100. lang#vue.................................|SpaceVim-layers-lang-vue|
|
||||
101. lang#wolfram.........................|SpaceVim-layers-lang-wolfram|
|
||||
102. lang#xml.................................|SpaceVim-layers-lang-xml|
|
||||
103. lang#xquery...........................|SpaceVim-layers-lang-xquery|
|
||||
104. lang#zig.................................|SpaceVim-layers-lang-zig|
|
||||
105. language server protocol......................|SpaceVim-layers-lsp|
|
||||
106. leaderf...................................|SpaceVim-layers-leaderf|
|
||||
107. operator.................................|SpaceVim-layers-operator|
|
||||
108. shell.......................................|SpaceVim-layers-shell|
|
||||
109. test.........................................|SpaceVim-layers-test|
|
||||
110. tmux.........................................|SpaceVim-layers-tmux|
|
||||
111. tools#dash.............................|SpaceVim-layers-tools-dash|
|
||||
112. tools#zeal.............................|SpaceVim-layers-tools-zeal|
|
||||
113. ui.............................................|SpaceVim-layers-ui|
|
||||
114. unite.......................................|SpaceVim-layers-unite|
|
||||
7. Usage....................................................|SpaceVim-usage|
|
||||
1. buffers-and-files..................|SpaceVim-usage-buffers-and-files|
|
||||
2. custom_plugins........................|SpaceVim-usage-custom_plugins|
|
||||
@ -4004,6 +4005,17 @@ disabled by default, to enable this layer, add following snippet to your
|
||||
<
|
||||
|
||||
|
||||
==============================================================================
|
||||
LANG#SMALLTALK *SpaceVim-layers-lang-smalltalk*
|
||||
|
||||
This layer is for smalltalk development, disabled by default, to enable this
|
||||
layer, add following snippet to your SpaceVim configuration file.
|
||||
>
|
||||
[[layers]]
|
||||
name = 'lang#smalltalk'
|
||||
<
|
||||
|
||||
|
||||
==============================================================================
|
||||
LANG#SML *SpaceVim-layers-lang-sml*
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user