mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-12 01:27:53 +08:00
Hotfix layer list index (#2249)
This commit is contained in:
parent
09dba2408c
commit
97f8c272f0
@ -65,12 +65,14 @@ endfunction
|
|||||||
function! s:generate_content() abort
|
function! s:generate_content() abort
|
||||||
let content = ['', '## Available layers', '']
|
let content = ['', '## Available layers', '']
|
||||||
let content += s:layer_list()
|
let content += s:layer_list()
|
||||||
|
let content += ['']
|
||||||
return content
|
return content
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:generate_content_cn() abort
|
function! s:generate_content_cn() abort
|
||||||
let content = ['', '## 可用模块', '']
|
let content = ['', '## 可用模块', '']
|
||||||
let content += s:layer_list_cn()
|
let content += s:layer_list_cn()
|
||||||
|
let content += ['']
|
||||||
return content
|
return content
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
@ -132,6 +132,7 @@ Vim 插件以及相关配置。而 SpaceVim 是以模块的方式来组织和管
|
|||||||
| [tools#dash](tools/dash/) | 该模块提供对 Dash 支持,可快速查找光标位置的单词 |
|
| [tools#dash](tools/dash/) | 该模块提供对 Dash 支持,可快速查找光标位置的单词 |
|
||||||
| [tools](tools/) | 集成多种常用工具,包括日历、计算器、等等多种工具类插件,该模块针对 vim8 以及 neovim 提供了更好的插件选择。 |
|
| [tools](tools/) | 集成多种常用工具,包括日历、计算器、等等多种工具类插件,该模块针对 vim8 以及 neovim 提供了更好的插件选择。 |
|
||||||
| [ui](ui/) | SpaceVim ui 模块提供了一个 IDE-like 的界面,包括状态栏、文件树、语法数等等特性。 |
|
| [ui](ui/) | SpaceVim ui 模块提供了一个 IDE-like 的界面,包括状态栏、文件树、语法数等等特性。 |
|
||||||
|
|
||||||
<!-- SpaceVim layer cn list end -->
|
<!-- SpaceVim layer cn list end -->
|
||||||
|
|
||||||
<!-- vim:set nowrap: -->
|
<!-- vim:set nowrap: -->
|
||||||
|
@ -136,6 +136,7 @@ enable = false
|
|||||||
| [tools#dash](tools/dash/) | This layer provides Dash integration for SpaceVim |
|
| [tools#dash](tools/dash/) | This layer provides Dash integration for SpaceVim |
|
||||||
| [tools](tools/) | This layer provides some tools for vim |
|
| [tools](tools/) | This layer provides some tools for vim |
|
||||||
| [ui](ui/) | Awesome UI layer for SpaceVim, provide IDE-like UI for neovim and vim in both TUI and GUI |
|
| [ui](ui/) | Awesome UI layer for SpaceVim, provide IDE-like UI for neovim and vim in both TUI and GUI |
|
||||||
|
|
||||||
<!-- SpaceVim layer list end -->
|
<!-- SpaceVim layer list end -->
|
||||||
|
|
||||||
<!-- vim:set nowrap: -->
|
<!-- vim:set nowrap: -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user