mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
docs: use default config as example
This commit is contained in:
parent
718fb1fcf7
commit
e169df7098
1 changed files with 2 additions and 2 deletions
|
|
@ -72,9 +72,9 @@ use({
|
|||
-- Set theme variant
|
||||
-- Matches terminal theme if unset
|
||||
-- @usage 'main' | 'moon' | 'dawn'
|
||||
vim.g.rose_pine_variant = 'dawn'
|
||||
vim.g.rose_pine_variant = ''
|
||||
|
||||
vim.g.rose_pine_bold_vertical_split_line = true
|
||||
vim.g.rose_pine_bold_vertical_split_line = false
|
||||
vim.g.rose_pine_inactive_background = false
|
||||
vim.g.rose_pine_disable_background = false
|
||||
vim.g.rose_pine_disable_float_background = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue