v1.0.0
版本发布时间: 2022-02-14 06:20:53
rose-pine/neovim最新发布版本:v3.0.1(2024-01-27 11:44:32)
Breaking changes
Moved to lua configuration
require('rose-pine').setup({
...
})
- Renamed
vim.g.rose_pine_bold_vertical_split_line
→bold_vert_split
- Renamed
vim.g.rose_pine_variant
→dark_variant
- Note: Variant now respects
vim.o.background
, using dawn when light anddark_variant
when dark
- Note: Variant now respects
- Renamed
vim.g.rose_pine_inactive_background
→dim_nc_background
- Renamed
vim.g.rose_pine_disable_background
→disable_background
- Renamed
vim.g.rose_pine_disable_float_background
→disable_float_background
- Renamed
vim.g.rose_pine_disable_italics
→disable_italics
- Renamed
vim.g.rose_pine_colors
→groups
What's new
- Variant will match
vim.o.background
- Palette names can be used within
setup
- Eg.
comment = 'iris'
- Eg.
Full Changelog: https://github.com/rose-pine/neovim/compare/v0.5.1...v1.0.0