Skip to content

Releases: AstroNvim/astroui

v3.1.3

18 Apr 17:14
Compare
Choose a tag to compare

3.1.3 (2025-04-18)

Bug Fixes

  • don't set colorscheme when using vs code (794ef83)

v3.1.2

18 Apr 17:11
Compare
Choose a tag to compare

3.1.2 (2025-04-18)

Bug Fixes

  • status: improve lsp_client_names mappings configuration (1d93501)

v3.1.1

09 Apr 12:56
Compare
Choose a tag to compare

3.1.1 (2025-04-09)

Reverts

  • hack no longer necessary, moved to resession extension (119d998)

v3.1.0

04 Apr 13:12
Compare
Choose a tag to compare

3.1.0 (2025-04-04)

Features

  • status: add bufnr provider and add to fileinfo component (961df85)

Bug Fixes

  • status: check for fg and bg color to exist (66d1afe)

v3.0.3

31 Mar 20:19
Compare
Choose a tag to compare

3.0.3 (2025-03-31)

Bug Fixes

  • folding: wait until nvim-treesitter is loaded to cache parser value (238a8ea)

v3.0.2

31 Mar 19:55
Compare
Choose a tag to compare

3.0.2 (2025-03-31)

Performance Improvements

  • folding: cache treesitter parser checking (0323aa1)

v3.0.1

31 Mar 15:46
Compare
Choose a tag to compare

3.0.1 (2025-03-31)

Bug Fixes

  • folding: prime lsp buffers with a single vim.lsp.foldexpr call (91cb3a7)

v3.0.0

26 Mar 18:47
Compare
Choose a tag to compare

3.0.0 (2025-03-26)

⚠ BREAKING CHANGES

  • leave colorscheme up to be set up later
  • require Neovim v0.10+

Features

  • add folding module with custom foldexpr function (d8963a2)
  • add set_colorscheme helper function (d196e30)
  • folding: add :AstroFoldInfo command for checking the current fold information (730bda9)
  • folding: add configuration for folding (85241fc)
  • folding: add fallback to indentation based folding (6863bce)
  • status: allow configuration of default status component options through the setup function (2247b44)
  • status: allow configuration of status provider options through setup function (195b649)

Bug Fixes

  • folding: make treesitter folding backwards compatible with Neovim v0.10 (a282ec7)
  • status: remove old diagnostics_mode check (95e3171)
  • update to use non-deprecated LSP client methods in Neovim v0.11 (07cf995)

Code Refactoring

  • leave colorscheme up to be set up later (706439a)
  • require Neovim v0.10+ (80c0f84)

v2.8.0

26 Mar 18:38
Compare
Choose a tag to compare

2.8.0 (2025-03-05)

Features

  • provider: add the ability to do custom client name mappings for lsp clients (e56580e)

v2.7.0

21 Feb 15:51
Compare
Choose a tag to compare

2.7.0 (2025-02-21)

Features

  • status: add fzf-lua support to clickable components (139122d), closes #48
  • status: add snacks.picker support to clickable components (81b81d2)

Bug Fixes

  • improve typos detection (159839e)