diff --git a/autoload/SpaceVim.vim b/autoload/SpaceVim.vim index 73257f382..11b546555 100644 --- a/autoload/SpaceVim.vim +++ b/autoload/SpaceVim.vim @@ -87,10 +87,24 @@ let g:spacevim_enable_neocomplcache = 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 = '✖' +"" +" Set the warning symbol of SpaceVim's syntax maker. +" example: > +" let g:spacevim_warning_symbol = '!' +" < let g:spacevim_warning_symbol = '⚠' 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' "" " The colorscheme of SpaceVim, if colorscheme groups are installed. diff --git a/doc/SpaceVim.txt b/doc/SpaceVim.txt index 2824f0eee..89ecb7b3d 100644 --- a/doc/SpaceVim.txt +++ b/doc/SpaceVim.txt @@ -86,7 +86,23 @@ Enable cursorline < *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* The colorscheme of SpaceVim, if colorscheme groups are installed.