From 494dbe9d4effff140ffe6743b614d900a0f34dd7 Mon Sep 17 00:00:00 2001 From: "D. Ben Knoble" Date: Tue, 19 May 2020 17:46:37 -0400 Subject: [PATCH] Add spacevim instructions see also #190 --- INSTALL.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 2757668..74fbe5c 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -64,6 +64,17 @@ the plugin in a directory called 'dracula' instead of just 'vim'): 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