Releases: AstroNvim/astrolsp
Releases · AstroNvim/astrolsp
v3.2.1
25 Sep 13:10
Compare
Sorry, something went wrong.
No results found
3.2.1 (2025-09-25)
Bug Fixes
fix case where LSP progress autocommand errors because the value of the status is nil (b685d3a ), closes #38
v3.2.0
31 May 18:24
Compare
Sorry, something went wrong.
No results found
3.2.0 (2025-05-30)
Features
automatically extend servers table in setup function in Neovim v0.12 (c784735 )
Bug Fixes
fix docstring for callback function in lsp autocommands (bc2d5fa )
v3.1.0
22 Apr 20:18
Compare
Sorry, something went wrong.
No results found
3.1.0 (2025-04-22)
Features
add experimental support for native vim.lsp.config (db1ab0f )
Bug Fixes
file_operations: fix incorrect pcall to request_sync (9940602 )
fix case where handler is false (b48f92b )
properly maintain table of servers already configured (7775752 )
v3.0.1
28 Mar 12:27
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
2.2.2 (2025-02-20)
Bug Fixes
handle when file_operations.operations is nil (8a4bb83 )
v2.2.1
19 Feb 15:54
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
2.1.0 (2024-10-28)
Features
health: add health check for conflicting mappings (a1a3e6b )
v2.0.2
15 Oct 20:27
Compare
Sorry, something went wrong.
No results found
2.0.2 (2024-10-15)
Bug Fixes
lspconfig module renamed server_configurations -> configs (79982a0 )
do not schedule signature help trigger character cleanup (0348222 )