Releases: rose-pine/neovim
Releases · rose-pine/neovim
v1.0.0
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: v0.5.1...v1.0.0
v1.0.0-canary.0
Follow #64 for what's new. New API is not final. Please leave any feedback in the PR 😌
Full Changelog: v0.5.1...v1.0.0-canary.0
v0.5.1
0.5.0
This will be the last release before moving to lua config (if all goes well)
- update active match highlight
- polish minor ui elements
- fix some inconsistencies between elements
Full Changelog: v0.4.0...0.5.0
v0.4.0
v0.3.0
v0.2.0
v0.1.0
What's Changed
- remove todo-comments config by @fvrests in #16
- Fix conceal highlight by @Iorvethe in #18
- feat: add galaxyline color theme, see notes in readme by @NTBBloodbath in #19
- neovim/neovim@c13242cf471e9bac19672798798fb… by @GuillaumeAllain in #20
- add(highlight): indent-blankline.nvim by @NarutoXy in #21
- Fix Lsp hightlight bug by @Yagua in #23
- feat: add highlight for nvim_cmp by @ikws4 in #24
- feat: add bold vertical split line option by @ikws4 in #26
- feat: add support for neogit by @ikws4 in #25
- feat(theme): Add
TabLine
TabLine
andTabLineSel
by @EdenEast in #27 - chore: update
FloatBorder
bg color by @kabouzeid in #30 - Update readme.md by @kabouzeid in #31
- Added markdown highlight groups. by @sorachii in #32
- Add VimWiki support by @piersolenski in #35
- feat: Add more highlights to nvim-cmp by @danymat in #37
- Fix neogit highlight and adjust the highlight contrast by @ikws4 in #41
- Remove background for popups by @danymat in #38
- Link legacy diff groups for git.vim and diff.vim syntax by @chillax in #42
- Refactor structure by @mvllow in #43
New Contributors
- @Iorvethe made their first contribution in #18
- @NTBBloodbath made their first contribution in #19
- @GuillaumeAllain made their first contribution in #20
- @NarutoXy made their first contribution in #21
- @Yagua made their first contribution in #23
- @ikws4 made their first contribution in #24
- @EdenEast made their first contribution in #27
- @kabouzeid made their first contribution in #30
- @sorachii made their first contribution in #32
- @piersolenski made their first contribution in #35
- @danymat made their first contribution in #37
- @chillax made their first contribution in #42
Full Changelog: v0.0.1...v0.1.0
Ecstatic Elephant
- Added support for several plugins
- New lualine theme thanks to Luís Simas
- Improved documentation thanks to fvrests
- Fixed some highlighting issues in Todo Comments thanks to Luis Enrique