Releases: savq/melange-nvim
Releases · savq/melange-nvim
2024-01-27
2023-08-11
What's Changed
- foot: Remove prefix '#' from colors by @cbilz in #52
- Add basic support for indent-blankline.nvim by @savq in #54
- Add PR templates and reduce terminal emulator support by @savq in #55
- Update tree-sitter highlight groups by @savq in #62
- Implementation of highlights for neotree by @gabrielmfern in #63
- Add LSP semantic tokens and other fixes by @savq in #65
2023-01-14
What's Changed
- The repository was renamed to
melange-nvim
. - Melange now uses calendar versioning.
- BREAKING! Rewrite Melange for Neovim 0.8 by @savq in #51
- Add foot terminal by @cbilz in #49
Full Changelog: v0.9.0...2023-01-14
v0.9.0
Breaking changes
lua/melange/init.lua
was moved tolua/melange/hl_groups.lua
Changes
- Move color definitions to separate files
- Use hex triplets for color definitions
Now you can call require 'melange.palettes.dark
to get the color palette for melange without needing Lush (the structure of the palettes is still a bit ad-hoc).