Skip to content

Releases: rose-pine/neovim

v1.0.0

13 Feb 22:20
Compare
Choose a tag to compare

Breaking changes

Moved to lua configuration

require('rose-pine').setup({
	...
})
  • Renamed vim.g.rose_pine_bold_vertical_split_linebold_vert_split
  • Renamed vim.g.rose_pine_variantdark_variant
    • Note: Variant now respects vim.o.background, using dawn when light and dark_variant when dark
  • Renamed vim.g.rose_pine_inactive_backgrounddim_nc_background
  • Renamed vim.g.rose_pine_disable_backgrounddisable_background
  • Renamed vim.g.rose_pine_disable_float_backgrounddisable_float_background
  • Renamed vim.g.rose_pine_disable_italicsdisable_italics
  • Renamed vim.g.rose_pine_colorsgroups

What's new

  • Variant will match vim.o.background
  • Palette names can be used within setup
    • Eg. comment = 'iris'

Full Changelog: v0.5.1...v1.0.0

v1.0.0-canary.0

10 Feb 16:28
Compare
Choose a tag to compare
v1.0.0-canary.0 Pre-release
Pre-release

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

10 Feb 16:26
41661f1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.0...v0.5.1

0.5.0

07 Feb 17:54
Compare
Choose a tag to compare

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

29 Jan 02:50
3e56a0b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

22 Jan 02:27
25e7f54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

30 Dec 16:52
Compare
Choose a tag to compare

What's Changed

  • fix: match Markdown headings for TS plugin by @matze in #49
  • Support for Neorg by @danymat in #33
  • Support for LspSaga by @ExtinctAxolotl in #48

New Contributors

  • @matze made their first contribution in #49
  • @ExtinctAxolotl made their first contribution in #48

Full Changelog: v0.1.0...v0.2.0

v0.1.0

03 Dec 16:39
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.1...v0.1.0

Ecstatic Elephant

14 Aug 02:15
da185c1
Compare
Choose a tag to compare