docs: update variant name

This commit is contained in:
mvllow 2021-12-03 09:45:02 -06:00
commit 0f83b4a472

View file

@ -19,7 +19,7 @@ use({
as = 'rose-pine',
config = function()
-- Options (see available options below)
vim.g.rose_pine_variant = 'base'
vim.g.rose_pine_variant = 'main'
-- Load colorscheme after options
vim.cmd('colorscheme rose-pine')