Skip to content

Releases: AstroNvim/astrocore

v3.0.2

17 Apr 20:01

Choose a tag to compare

3.0.2 (2026-04-17)

Bug Fixes

  • treesitter: only force a folds refresh if the buffer is the current buffer (84ecc2c)

v3.0.1

13 Apr 12:59

Choose a tag to compare

3.0.1 (2026-04-13)

Bug Fixes

  • treesitter: check buffer validity before enabling features (4763bc9)

v3.0.0

30 Mar 13:25

Choose a tag to compare

3.0.0 (2026-03-30)

⚠ BREAKING CHANGES

  • drop support for Neovim v0.10

Features

  • add tooling for configuring and setting up treesitter features in Neovim (d9a3831)
  • treesitter: add ability to disable treesitter (aa5d2ce)
  • treesitter: add the ability to configure textobjects (6f5099f)
  • update treesitter parsers when updating plugins and packages (4ce7521)

Bug Fixes

  • buffer: require all restored files to have a filename and be listed (a03e23e)
  • fix formatting (a4ba031)
  • toggles: update treesitter syntax toggling (1ba44f8)
  • treesitter: don't automatically enable treesitter if user has disabled it specifically (d633eb9)
  • treesitter: filter already installed languages (d621a7b)
  • treesitter: force refresh folds on loading treesitter (25b2ed1)
  • treesitter: resolve incorrect callbacks in installation (2147f73)
  • treesitter: separate automatic installation option (58e6c06)

Code Refactoring

  • drop support for Neovim v0.10 (4ad031c)

v2.1.2

30 Mar 12:31

Choose a tag to compare

2.1.2 (2026-02-18)

Bug Fixes

  • resession: fix vim.t.bufs arrays restoring as non-contiguous (f7c9515)

v2.1.1

17 Feb 16:49

Choose a tag to compare

2.1.1 (2026-02-17)

Bug Fixes

  • buffer: make sure to not rule a buffer as large until it is fully loaded (cf7c5ea)

v2.1.0

06 Feb 13:53

Choose a tag to compare

2.1.0 (2026-02-06)

Features

  • add AstroUpdateCompleted event after Mason tools update (e619a6b)

v2.0.5

30 Apr 15:21

Choose a tag to compare

2.0.5 (2025-04-30)

Bug Fixes

  • rooter: improve exists function (1b96f40)

v2.0.4

28 Apr 12:21

Choose a tag to compare

2.0.4 (2025-04-28)

Bug Fixes

  • improve rooter docstring (3c79603)

v2.0.3

23 Apr 13:04

Choose a tag to compare

2.0.3 (2025-04-23)

Bug Fixes

  • buffer: get the session config directly from the astrocore module (89c080c)

v2.0.2

21 Apr 13:09

Choose a tag to compare

2.0.2 (2025-04-21)

Reverts

  • remove vim.lsp.foldexpr hack (6a58ab8)