Fixing missing quotation mark (#222)

This commit is contained in:
Jeremy 2020-12-23 14:39:31 +00:00 committed by GitHub
parent ba00ac0432
commit e7154372ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"