Update guide for installing dracula in spacevim (#204)
ref: https://github.com/dracula/vim/issues/190
This commit is contained in:
parent
922e2ba1ee
commit
b64b22affa
1 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
```
|
||||
|
||||
---
|
||||
|
|
Loading…
Reference in a new issue