From 40729662ce264ef165f2b6a9396b1436bf67f7c1 Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Sat, 6 Nov 2021 14:37:35 +0800 Subject: [PATCH] doc: add notice about compat mode in Vim --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8265d4e..e86eae2 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ use { "mcchrish/zenbones.nvim", -- Optionally install Lush. Allows for more configuration or extending the colorscheme -- If you don't want to install lush, make sure to set g:zenbones_compat = 1 + -- In Vim, compat mode is turned on as Lush only works in Neovim. requires = "rktjmp/lush.nvim" } ```