Add spacevim instructions

see also #190
This commit is contained in:
D. Ben Knoble 2020-05-19 17:46:37 -04:00 committed by GitHub
parent bb34458c42
commit 494dbe9d4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,6 +64,17 @@ the plugin in a directory called 'dracula' instead of just 'vim'):
Place `colorscheme dracula` after `call plug#end()`. 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"
[options]
colorscheme = "dracula"
colorscheme_bg = "dark
```
--- ---
Note that dracula must be in your `'runtimepath'` to load properly: Version 2.0 Note that dracula must be in your `'runtimepath'` to load properly: Version 2.0