Skip to content

Releases: Iron-E/nvim-highlite

v4.4.0

01 May 03:43
809f7c6
Compare
Choose a tag to compare

Added

  • Support for telescope.nvim
  • Support for leap.nvim
  • Support for sniprun
  • Support for fzf-lua
  • Support for nvim-lspconfig
  • Support for lsp_signature.nvim
  • Support for undotree
  • Support for vim-swap
  • Document support for nvim-bqf
  • Document support for neo-tree.nvim
  • Document support for registers.nvim
  • Document support for vim-dadbod-ui

Changed

  • Palette.derive the annotation color from attribute
  • Palette.derive the decorator color from attribute

Fixed

  • Unreadable fold text on most built-in colorschemes

Full Changelog: v4.3.3...v4.4.0

v4.3.1

28 Apr 19:12
33337e1
Compare
Choose a tag to compare

Fixed

  • When terminal_palette = false in the config, an invalid let g:terminal_color_x = nil statement would be generated. (nil is invalid VimScript)

v4.3.0

28 Apr 02:48
4cf113a
Compare
Choose a tag to compare

Added

vim colorscheme export target.

v4.2.0

27 Apr 22:16
8c1ebec
Compare
Choose a tag to compare

Added

  • Specify filename when exporting colorschemes

Fixed

  • g:colors_name not properly set by exported Neovim colorschemes

v4.1.0

27 Apr 20:41
e6e2e77
Compare
Choose a tag to compare

Added the ability to export any colorscheme to a standalone Lua colorscheme file.

v4.0.1

27 Apr 15:05
94b94cb
Compare
Choose a tag to compare

Minor documentation improvements.

v4.0.0

27 Apr 04:21
083ff39
Compare
Choose a tag to compare

nvim-highlite's model has been inverted: instead of requiring you to fork (which makes updating to new template versions much harder), you now require it. See the new README for details.

v2.3.0

29 Mar 02:25
0b85680
Compare
Choose a tag to compare

Backport of v3.0.0...v3.1.0

v3.1.0

29 Mar 02:18
7cbf594
Compare
Choose a tag to compare

Added

  • feat(colors): link markdownEscape to SpecialChar 2527707
  • feat(highlite): use nvim_get_hl if available 07fcb18

Changed

  • ref(colors): prefer LSP & Treesitter highlights 6336cf9
  • ref(colors): improve gopls @lsp colors cf39f68
  • ref(highlite): support v2-style links dc8ce84
  • perf(colors): use v2-style hl links 2fa7b48
  • docs: update usage instructions ea12c99
  • perf(highlite): use bit.tohex instead of string.format 9cce41f
  • ref(colors): remove redundant treesitter highlights fedf171
  • ref(colors): don't italicize BufferCurrentSign 771a6c5
  • docs(types): fix invalid workspace error 16c3b29
  • ref(colors): add bg to TablineSel 8442d03
  • ref(colors): swap barbar.nvim alternate/current 8419d4d
  • docs(README): add highlight overwrite template for lazy.nvim f409cb5
  • docs: highlite.group link param 7cbf594

Fixed

  • fix(colors): Lua self highlighted as Delimiter 66883ed
  • fix(update): checkout correct branch 26a2729
  • fix(highlite): group not returning highlite.color.definition 413c97c
  • fix(colors): readonly types highlightes as readonly 1f1ad44

v2.2.1

11 Mar 03:02
f008ce4
Compare
Choose a tag to compare

Fixed

  • fix(colors): use of 3.0-style hl-link f008ce4