Skip to content

Releases: AstroNvim/AstroNvim

v4.14.0

27 Jun 16:43
6e2a58e
Compare
Choose a tag to compare

4.14.0 (2024-06-27)

Features

  • astrocore: add ]l/[l for navigating loclist (32c31d5)
  • astrocore: add ]q/[q for navigating quickfix (3624fc4)

Bug Fixes

  • astroui: set colorscheme to astrotheme rather than astrodark to respect light background on initial installation (def9128), closes #2639
  • lspconfig: do not use astrocore in cmd function of plugin spec (b97a1b9)

v4.13.0

25 Jun 14:40
b8cfc23
Compare
Choose a tag to compare

4.13.0 (2024-06-25)

Features

Reverts

  • luarocks support improved in Lazy.nvim (cc4396c)

v4.12.1

24 Jun 19:14
Compare
Choose a tag to compare

4.12.1 (2024-06-24)

Bug Fixes

  • astrocore: safely load astrocore for initial installation protection (6f91c78)
  • gitsigns: winbar configured upstream for blame window (dee34f1)
  • lazy: disable luarocks integration if it is not installed (9a81c8c)
  • plugins: manually disable luarocks in plenary and telescope for now (6a967f3)

v4.12.0

24 Jun 16:22
Compare
Choose a tag to compare

4.12.0 (2024-06-24)

Features

  • update to lazy.nvim v11 (ac1746f)

v4.11.1

21 Jun 18:00
Compare
Choose a tag to compare

4.11.1 (2024-06-21)

Bug Fixes

  • cmp_luasnip: add missing command mode mappings (5a9551c)

v4.11.0

20 Jun 15:19
Compare
Choose a tag to compare

4.11.0 (2024-06-20)

Features

  • astroui: use opts table for configuring when winbar is enabled/disabled (211e0d1)

v4.10.5

19 Jun 21:53
Compare
Choose a tag to compare

4.10.5 (2024-06-19)

Bug Fixes

  • guess-indent: update to new guess-ident.nvim refactor (96e2dc7)

v4.10.4

17 Jun 13:30
f15156f
Compare
Choose a tag to compare

4.10.4 (2024-06-17)

Bug Fixes

  • telescope: ignore built-in colorschemes if possible by default since they are not compatible anyway (0888e1d)

v4.10.3

13 Jun 13:44
365aa6e
Compare
Choose a tag to compare

4.10.3 (2024-06-13)

Bug Fixes

  • dressing: use AstroUI for default prompt (2195fc5)

v4.10.2

11 Jun 13:20
048c879
Compare
Choose a tag to compare

4.10.2 (2024-06-11)

Important

This removes the usage of Telescope for lsp mappings and relies on the core Neovim API. This is because the current Telescope functions are broken and not all language servers work.
If you want to re-enable these then checkout the updated mappings recipes

Bug Fixes

  • telescope: remove LSP mappings as they are currently broken (4a8443b)