From d3c57c2643991bf1a49e2ec37d934e2002b1fe2b Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Wed, 15 Sep 2021 15:56:54 -0700 Subject: [PATCH] Add vim example link --- assets/default/bin/derive_colors.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/default/bin/derive_colors.py b/assets/default/bin/derive_colors.py index fd61b3f..1a3e71f 100755 --- a/assets/default/bin/derive_colors.py +++ b/assets/default/bin/derive_colors.py @@ -222,7 +222,8 @@ def parse_args(**args) -> argparse.Namespace: to derive the other colorschemes. VIM_COLOR Colorscheme to set in Vim. This can be used to - set your theme per example: (insert link) + set your theme per example: + https://github.com/ViViDboarder/vim-settings/blob/92d7a08690e044f833b3651c293a85eb2b0796ab/vim/rc/ui.rc.vim#L17 NVIM_COLOR Colorscheme to set in Neovim. Sometimes this may be different than Vim.