1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 02:00:05 +08:00

fix(typo): ldefault -> default

This commit is contained in:
Ricardo Martincoski 2022-11-14 03:59:28 -03:00 committed by GitHub
parent 042f310fea
commit be9c746d7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
"" ""
" @section colorscheme, layers-colorscheme " @section colorscheme, layers-colorscheme
" @parentsection layers " @parentsection layers
" The ldefault colorscheme for SpaceVim is gruvbox. The colorscheme can be " The default colorscheme for SpaceVim is gruvbox. The colorscheme can be
" changed with the `g:spacevim_colorscheme` option by adding the following " changed with the `g:spacevim_colorscheme` option by adding the following
" line to your `~/.SpaceVim/init.vim`. " line to your `~/.SpaceVim/init.vim`.
" > " >

View File

@ -1786,7 +1786,7 @@ OPTIONS
============================================================================== ==============================================================================
COLORSCHEME *SpaceVim-layers-colorscheme* COLORSCHEME *SpaceVim-layers-colorscheme*
The ldefault colorscheme for SpaceVim is gruvbox. The colorscheme can be The default colorscheme for SpaceVim is gruvbox. The colorscheme can be
changed with the `g:spacevim_colorscheme` option by adding the following line changed with the `g:spacevim_colorscheme` option by adding the following line
to your `~/.SpaceVim/init.vim`. to your `~/.SpaceVim/init.vim`.
> >