mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
typo and grammar fixed, Bonus: clarifying the option effect
This commit is contained in:
parent
4ac66839a5
commit
49a64d9737
1 changed files with 3 additions and 2 deletions
|
|
@ -93,8 +93,9 @@ require('rose-pine').setup({
|
||||||
-- headings = 'subtle'
|
-- headings = 'subtle'
|
||||||
},
|
},
|
||||||
|
|
||||||
-- Whether or not highlight_groups optios should change only only update
|
-- Whether highlight_groups options should:
|
||||||
-- the settings they touch or should reset the entire highlight_group.
|
-- -- true: change and update only the settings they touch
|
||||||
|
-- -- false: reset the entire highlight_group.
|
||||||
respect_default_highlight_groups = true,
|
respect_default_highlight_groups = true,
|
||||||
|
|
||||||
-- Change specific vim highlight groups
|
-- Change specific vim highlight groups
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue