diff --git a/INSTALL.md b/INSTALL.md index 74fbe5c..1d6670e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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 ``` ---