From 968e6b2c36a9f70faf3b307e63aa9f5b1341de67 Mon Sep 17 00:00:00 2001 From: Lifepillar Date: Fri, 7 Jun 2019 18:56:17 +0200 Subject: [PATCH] Mention in the Readme how VimR should be configured. --- Readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 4d9c532..8e7613c 100644 --- a/Readme.md +++ b/Readme.md @@ -20,8 +20,10 @@ experience, you need: - Vim ≥7.4.1799, or NeoVim, with `termguicolors` set, **and** - [a true-color enabled terminal](https://gist.github.com/XVilka/8346728). -Solarized 8 also works in any GUI version of Vim: no configuration is necessary. +Solarized 8 also works in any GUI version of Vim: no configuration is necessary.* +* [VimR](https://github.com/qvacua/vimr) users must set +`termguicolors` before loading the color scheme. ## But, my terminal has only 256 colors!