mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
breaking: change italics setting, enabled by default
- changes `enable_italics` to `disable_italics`
This commit is contained in:
parent
fd6219436b
commit
72bc07055f
2 changed files with 12 additions and 7 deletions
|
|
@ -73,8 +73,8 @@ require('lualine').setup({
|
|||
-- @usage 'base' | 'moon' | 'dawn' | 'rose-pine[-moon][-dawn]'
|
||||
vim.g.rose_pine_variant = 'base'
|
||||
|
||||
-- Enable italics
|
||||
vim.g.rose_pine_enable_italics = true
|
||||
-- Disable italics
|
||||
vim.g.rose_pine_disable_italics = false
|
||||
|
||||
-- Use terminal background
|
||||
-- Note: Set to true to fix any funky background colors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue