Skip to content

Releases: AstroNvim/astrolsp

v3.0.1

28 Mar 12:27
Compare
Choose a tag to compare

3.0.1 (2025-03-28)

Bug Fixes

  • allow defaults to be set to false to disable setting (40c8801)

v3.0.0

26 Mar 18:47
Compare
Choose a tag to compare

3.0.0 (2025-03-26)

⚠ BREAKING CHANGES

  • move hover and signature_help configuration to their own settings in a new defaults table
  • require Neovim v0.10+

Features

  • add the ability to hotpatch mason-lspconfig.nvim with more lsp/package mappings (6f5ceac)
  • move hover and signature_help configuration to their own settings in a new defaults table (f85e64d)

Bug Fixes

  • config: normalize mappings when running setup (5a297cf)
  • update code to use non-deprecated methods in Neovim v0.11 (f96be4f)
  • update to handle didRenameFiles only on successful renaming (10cadb1)

Code Refactoring

v2.2.2

20 Feb 20:30
Compare
Choose a tag to compare

2.2.2 (2025-02-20)

Bug Fixes

  • handle when file_operations.operations is nil (8a4bb83)

v2.2.1

19 Feb 15:54
Compare
Choose a tag to compare

2.2.1 (2025-02-19)

Bug Fixes

  • file_operations: correct casing in file operation options (c736d7a)

v2.2.0

17 Feb 21:03
Compare
Choose a tag to compare

2.2.0 (2025-02-17)

Features

  • add module for LSP based file operation utilities (9d22023)
  • file_operations: trigger rename file operations on AstroCore file rename (1ea8c69)

Bug Fixes

  • file_operations: allow file_operations configuration to be set to false (e406799)
  • file_operations: resolve typo in utility function (b372161)
  • improve typos detection (30ac0f6)

v2.1.0

28 Oct 16:38
Compare
Choose a tag to compare

2.1.0 (2024-10-28)

Features

  • health: add health check for conflicting mappings (a1a3e6b)

v2.0.2

15 Oct 20:27
Compare
Choose a tag to compare

2.0.2 (2024-10-15)

Bug Fixes

  • lspconfig module renamed server_configurations -> configs (79982a0)
  • do not schedule signature help trigger character cleanup (0348222)

v2.0.1

27 Aug 01:22
Compare
Choose a tag to compare

2.0.1 (2024-08-27)

Bug Fixes

v2.0.0

26 Aug 13:11
Compare
Choose a tag to compare

2.0.0 (2024-08-26)

⚠ BREAKING CHANGES

  • use set table for signature trigger and retrigger characters

Features

  • maintain list signature help retrigger characters as well (9e0d495)

Performance Improvements

  • use set table for signature trigger and retrigger characters (5663067)

v1.1.2

05 Aug 01:57
Compare
Choose a tag to compare

1.1.2 (2024-08-05)

Performance Improvements

  • optimize signature help trigger management (fec0cc7)