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
|
```toml
|
||||||
[options]
|
[options]
|
||||||
colorscheme = "dracula"
|
colorscheme = "dracula"
|
||||||
colorscheme_bg = "dark
|
colorscheme_bg = "dark"
|
||||||
[[custom_plugins]]
|
[[custom_plugins]]
|
||||||
repo = "dracula/vim"
|
repo = "dracula/vim"
|
||||||
name = "dracula"
|
name = "dracula"
|
||||||
|
|
Loading…
Reference in a new issue