add option to enable italics

This commit is contained in:
mvllow 2021-07-06 11:40:46 -05:00
commit bcdf026b1c
2 changed files with 7 additions and 4 deletions

View file

@ -52,6 +52,9 @@ colorscheme rose-pine
-- Can be 'base', 'moon', 'dawn'
vim.g.rose_pine_variant = 'base'
-- Enable italics
vim.g.rose_pine_enable_italics = true
-- Use terminal background
vim.g.rose_pine_disable_background = false
```