Skip to content

Releases: AstroNvim/AstroNvim

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)

v4.10.1

08 Jun 01:27
e1e08e2
Compare
Choose a tag to compare

4.10.1 (2024-06-08)

Bug Fixes

  • dap: dap vscode filetype definition moved upstream to mason-nvim-dap (69fa069)

v4.10.0

07 Jun 21:46
97f9c1a
Compare
Choose a tag to compare

4.10.0 (2024-06-07)

Features

  • dap: add a basic configuration of the VS Code launch.json support for nvim-dap (f1f7230)
  • dap: add more sophisticated JSON parsing to launch.json support (c86f07d)

v4.9.0

07 Jun 13:26
f0646ba
Compare
Choose a tag to compare

4.9.0 (2024-06-07)

Features

  • use the new opts_extend in lazy.nvim to make ensure_installed lists extend (e095b80)

Performance Improvements

  • cmp: improve lazy loading (a2aeaa1)

v4.8.5

06 Jun 13:08
957c32a
Compare
Choose a tag to compare

4.8.5 (2024-06-06)

Bug Fixes

  • treesitter: fail silently if error loading query predicates (88c1633), closes #2620

v4.8.4

05 Jun 19:11
fbe786d
Compare
Choose a tag to compare

4.8.4 (2024-06-05)

Bug Fixes

  • astrocore: decrease default large buffer size from 500kb to 250kb (dc30375)
  • telescope: add selected icon to multiple selection (7aaa4ef)

v4.8.3

03 Jun 15:17
730c0e9
Compare
Choose a tag to compare

4.8.3 (2024-06-03)

Bug Fixes

  • mappings: gx mapping in visual mode (8fc1f24)

Reverts

  • use $LAZY for lazy dir if it's set (bf099f2)

v4.8.2

01 Jun 19:16
242238d
Compare
Choose a tag to compare

4.8.2 (2024-06-01)

Bug Fixes

  • lazy: don't use $LAZY for the lazy.nvim dir (2c25760)

v4.8.1

31 May 11:29
261682d
Compare
Choose a tag to compare

4.8.1 (2024-05-31)

Bug Fixes

  • snapshot: update nvim-lspconfig to get ESLint bug fix (ced9369)

v4.8.0

30 May 17:21
1fe8234
Compare
Choose a tag to compare

4.8.0 (2024-05-30)

Features

  • backport default LSP mappings in Neovim v0.11 (36b88be)

Bug Fixes

  • astrocore: handle vim.diagnostic changes in neovim v0.11 (80498ac)