Fixing missing quotation mark (#222)
This commit is contained in:
parent
ba00ac0432
commit
e7154372ad
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ following in `~/.SpaceVim.d/init.toml`:
|
|||
```toml
|
||||
[options]
|
||||
colorscheme = "dracula"
|
||||
colorscheme_bg = "dark
|
||||
colorscheme_bg = "dark"
|
||||
[[custom_plugins]]
|
||||
repo = "dracula/vim"
|
||||
name = "dracula"
|
||||
|
|
Loading…
Reference in a new issue