mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-13 02:05:40 +08:00
Update doc
This commit is contained in:
parent
98719db442
commit
35673384ab
@ -87,10 +87,24 @@ let g:spacevim_enable_neocomplcache = 0
|
|||||||
" <
|
" <
|
||||||
let g:spacevim_enable_cursorline = 0
|
let g:spacevim_enable_cursorline = 0
|
||||||
""
|
""
|
||||||
" The error symbol used by maker.
|
" Set the error symbol of SpaceVim's syntax maker.
|
||||||
|
" example: >
|
||||||
|
" let g:spacevim_error_symbol = '+'
|
||||||
|
" <
|
||||||
let g:spacevim_error_symbol = '✖'
|
let g:spacevim_error_symbol = '✖'
|
||||||
|
""
|
||||||
|
" Set the warning symbol of SpaceVim's syntax maker.
|
||||||
|
" example: >
|
||||||
|
" let g:spacevim_warning_symbol = '!'
|
||||||
|
" <
|
||||||
let g:spacevim_warning_symbol = '⚠'
|
let g:spacevim_warning_symbol = '⚠'
|
||||||
let g:spacevim_use_colorscheme = 1
|
let g:spacevim_use_colorscheme = 1
|
||||||
|
""
|
||||||
|
" Set the help language of vim. By default it is `en`, you can change it to
|
||||||
|
" chinese.
|
||||||
|
" >
|
||||||
|
" let g:spacevim_vim_help_language = 'chinese'
|
||||||
|
" <
|
||||||
let g:spacevim_vim_help_language = 'en'
|
let g:spacevim_vim_help_language = 'en'
|
||||||
""
|
""
|
||||||
" The colorscheme of SpaceVim, if colorscheme groups are installed.
|
" The colorscheme of SpaceVim, if colorscheme groups are installed.
|
||||||
|
@ -86,7 +86,23 @@ Enable cursorline
|
|||||||
<
|
<
|
||||||
|
|
||||||
*g:spacevim_error_symbol*
|
*g:spacevim_error_symbol*
|
||||||
The error symbol used by maker.
|
Set the error symbol of SpaceVim's syntax maker. example:
|
||||||
|
>
|
||||||
|
let g:spacevim_error_symbol = '+'
|
||||||
|
<
|
||||||
|
|
||||||
|
*g:spacevim_warning_symbol*
|
||||||
|
Set the warning symbol of SpaceVim's syntax maker. example:
|
||||||
|
>
|
||||||
|
let g:spacevim_warning_symbol = '!'
|
||||||
|
<
|
||||||
|
|
||||||
|
*g:spacevim_vim_help_language*
|
||||||
|
Set the help language of vim. By default it is `en`, you can change it to
|
||||||
|
chinese.
|
||||||
|
>
|
||||||
|
let g:spacevim_vim_help_language = 'chinese'
|
||||||
|
<
|
||||||
|
|
||||||
*g:spacevim_colorscheme*
|
*g:spacevim_colorscheme*
|
||||||
The colorscheme of SpaceVim, if colorscheme groups are installed.
|
The colorscheme of SpaceVim, if colorscheme groups are installed.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user