mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 23:10:06 +08:00
Update cndoc (#4266)
This commit is contained in:
parent
1b8c5dd443
commit
ce1055af4d
@ -45,6 +45,10 @@ scriptencoding utf-8
|
||||
" <
|
||||
let g:spacevim_default_indent = 2
|
||||
|
||||
""
|
||||
" 在输入模式下,使用空格替代 `<Tab>`
|
||||
let g:spacevim_expand_tab = 1
|
||||
|
||||
""
|
||||
" @section relativenumber, options-relativenumber
|
||||
" @parentsection options
|
||||
|
@ -67,6 +67,9 @@ CONFIGURATION *SpaceVim-config*
|
||||
let g:spacevim_default_indent = 2
|
||||
<
|
||||
|
||||
*g:spacevim_expand_tab*
|
||||
在输入模式下,使用空格替代 `<Tab>`
|
||||
|
||||
*g:spacevim_relativenumber*
|
||||
启用/禁用相对行号,相对行号可以用于快速上下多行移动,默认已启用。
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user