Releases: AstroNvim/astroui
Releases · AstroNvim/astroui
v3.1.3
3.1.3 (2025-04-18)
Bug Fixes
- don't set colorscheme when using vs code (794ef83)
v3.1.2
3.1.2 (2025-04-18)
Bug Fixes
- status: improve
lsp_client_names
mappings configuration (1d93501)
v3.1.1
3.1.1 (2025-04-09)
Reverts
- hack no longer necessary, moved to resession extension (119d998)
v3.1.0
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
3.0.3 (2025-03-31)
Bug Fixes
- folding: wait until
nvim-treesitter
is loaded to cache parser value (238a8ea)
v3.0.2
3.0.2 (2025-03-31)
Performance Improvements
- folding: cache treesitter parser checking (0323aa1)
v3.0.1
3.0.1 (2025-03-31)
Bug Fixes
- folding: prime lsp buffers with a single
vim.lsp.foldexpr
call (91cb3a7)
v3.0.0
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
2.8.0 (2025-03-05)
Features
- provider: add the ability to do custom client name mappings for lsp clients (e56580e)
v2.7.0
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