Update guide for installing dracula in spacevim (#204)

ref: https://github.com/dracula/vim/issues/190
This commit is contained in:
Wang Shidong 2020-07-20 05:08:21 +08:00 committed by GitHub
parent 922e2ba1ee
commit b64b22affa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,12 +67,14 @@ Place `colorscheme dracula` after `call plug#end()`.
If you [use spacevim](https://spacevim.org), put the
following in `~/.SpaceVim.d/init.toml`:
```
[[custom_plugins]]
name = "dracula/vim"
```toml
[options]
colorscheme = "dracula"
colorscheme_bg = "dark
[[custom_plugins]]
repo = "dracula/vim"
name = "dracula"
merged = false
```
---