1.7.0 (2024-04-13)
Features
- add ability to toggle default integrations (#687) (e60e400)
- add support for
outline.nvim
plugin (#647) (048c18f) - defaults: enable neotree (c536623)
- defaults: enable treesitter context (dc392c0), closes #683
- feline: fix feline integration (#685) (07679af)
- feline: improve feline lsp display (#688) (f66654d)
- integration: add reactive.nvim integration (#654) (151e478)
- lsp: add highlight for
LspCodeLensSeparator
(#693) (02bdd74) - set
[@comment](https://github.com/comment).warning
that does not affect readability in gitcommit (#675) (045e349) - treesitter: add styles.miscs to disable hardcoded italics (#659) (c0de3b4)
- treesitter: follow upstream captures (#630) (f288876)
- treesitter: follow upstream captures (#694) (08c6417)
- use a more distinguishable color for todos (#645) (657cc4f)
Bug Fixes
- compile: string.dump isn't deterministic (836de8b), closes #664
- dropbar: correct keyword highlight link (#652) (afab7ec)
- ensure consistency between JSX and HTML markup (#660) (9703f22)
- flavour: g:catppuccin_flavour backwards compatibility (fc98570)
- flavour: respect terminal's background (#696) (d5760c5)
- illuminate: update type (#690) (30930f9)
- integrations: respect default options (c2e6f8e)
- neotree: add
NeoTreeModified
(#642) (6853cc8) - neotree: blend sidebar with win separator (56fb982), closes #670
- repair treesitter underlined text (
Underline
->Underlined
) (#663) (42b687c) - respect background variable on startup (6b7a4df)
- semantic_tokens: namespace -> module (196f301)
- treesitter: some captures missing leading
@
(#650) (bc1f215) - use external index for lsp counting (c3572a9)
- wrong color shown when using color_overrides (#658) (b76ada8), closes #657