fix(docs): incorrect option name

This commit is contained in:
mvllow 2021-05-18 11:23:17 -05:00
commit 8f7a83c8f8

View file

@ -39,7 +39,7 @@ colorscheme rose-pine
vim.g.rose_pine_variant = 'base' vim.g.rose_pine_variant = 'base'
-- Use terminal background -- Use terminal background
vim.g.rose_pine_remove_background = false vim.g.rose_pine_disable_background = false
``` ```
## Functions ## Functions