From 591c5b823afa70a5834f0de54fe64b7a25405e97 Mon Sep 17 00:00:00 2001 From: "D. Ben Knoble" Date: Sat, 2 May 2020 16:14:28 -0400 Subject: [PATCH] add note about version/opt Close #184 --- INSTALL.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 23325d1..2757668 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -11,6 +11,9 @@ sections below, if you use other plugin managers. mkdir -p ~/.vim/pack/themes/start ``` +If you use vim 8.0 (and not 8.2), you may need to use +`~/.vim/pack/themes/opt` instead. + 2. Navigate to the folder above: ```