Add note about adding options first

This commit adds notes to Readme about setting
configuration before the `colorscheme`. Config
wont work if not
This commit is contained in:
James Best 2021-08-15 21:29:17 +01:00
commit edbd6c7897

View file

@ -73,6 +73,17 @@ require('lualine').setup({
## Options
> ❗️ configuration options need to be set **BEFORE** loading the color scheme with `colorscheme rose-pine`
```vim
" Vimscript
let g:rose_pine_enable_italics = 1
let g:rose_pine_variant = "moon"
let g:rose_pine_disable_background = 1
colorscheme rose-pine
```
```lua
-- Set variant
-- @usage 'base' | 'moon' | 'dawn' | 'rose-pine[-moon][-dawn]'