1.4.0 (2023-08-21)
- add ability to enable/disable all integrations by default (#552) (737f60a)
- add flash.nvim integration (#550) (381eddd)
- enable neogit by default (91f9f6f), closes #568
- flash: enable by default (#551) (a84ee18)
- gitsigns: Support GitSignsCurrentLineBlame highlights (#567) (3fdd394)
- lspsaga: support v0.3 (#543) (3ffd2f5)
- lspsaga: upstream new hl groups (#544) (e0dd3f9)
- neogit: update highlights (#545) (#549) (371430f)
- telescope: make nvchad style great again (#538) (51961da)
- treesitter-context: add color for normal background (#564) (b1caff9)
- don't highlight fg of
PmenuSel
(#554) (6425df1) - highlight NonText characters (#547) (bfe91df)
- integration_default: hotfix for #559 (4913a8b)
- integration_default: override
enabled
key only if integration has one (#559) (9709f82) - noice: set background blend to 0 for mini popups (#556) (2d50a4e)
- nvim-window-picker: missing table keys (#569) (b9e4dae)
- options: disable deprecated ts_rainbow and ts_rainbow2 by default (096385d)
- telescope: keep consistency between the two styles (#540) (dfbc8e2)
- telescope: respect transparency (#542) (f36af06)
- treesitter: avoid possible nil (17ae783)
- types: make all options besides nested
enabled
optional (#565) (490078b)
1.3.0 (2023-07-10)
- auto-sync upstream palettes (#507) (8426d3b)
- debug: add auto compile on save (c9cc5a9)
- dropbar: add new highlight groups (4f22a1e), closes #503
- integration: add dropbar.nvim (#499) (e86aeb8)
- integrations: accept both boolean and table config (#534) (f0b947a)
- integrations: add rainbow_delimiters.nvim support (#530) (cc8d3ab)
- markdown: add rainbow headlines (#493) (cc517bd)
- native_lsp: add ability to disable background for inlay hints (#518) (b032ced)
- native_lsp: support inlay hints (#516) (d32b0bb)
- navic: change text color (278bfeb)
- semantic_tokens: add some lsp semantic tokens (#512) (506a4aa)
- telescope: telescope flat style support (#521) (fc73faa)
- types: add type annotations (#495) (1d3eda1)
- workflows: auto-sync upstream palettes (e9fbeec)
- calling palette before setup (841d8ab)
- feline: disable lsp status on nightly (#510) (9aaf5b4)
- feline: use new
vim.lsp.status()
method (#509) (57ee09d) - lsp: do not link
LspInlayHint
toComment
directly (#517) (5dc566c) - mapper: remove unnecessary globals (#529) (c75562c)
- native_lsp: boolean logic (#526) (8d02781)
- tests: shadowing variable (15043d3)
- treesitter_context: underline content if
transparent_background
is true (#519) (6ecc158) - which-key: wrong separator highlight group (d438c01)
- workflows: stylua format (2df7036)