doc: add notice about compat mode in Vim

This commit is contained in:
Michael Chris Lopez
2021-11-06 14:37:35 +08:00
parent 6a87667dd4
commit 40729662ce

View File

@@ -30,6 +30,7 @@ use {
"mcchrish/zenbones.nvim", "mcchrish/zenbones.nvim",
-- Optionally install Lush. Allows for more configuration or extending the colorscheme -- 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 -- 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" requires = "rktjmp/lush.nvim"
} }
``` ```