Skip to content

Commit ebc1676

Browse files
astronvimbotmehalter
authored andcommitted
chore(main): release 4.0.0
1 parent 43341a1 commit ebc1676

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## [4.0.0](https://github.com/AstroNvim/astrolsp/compare/v3.2.1...v4.0.0) (2026-03-30)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* move all `vim.lsp.config` to a `config` table for more general support
9+
* remove all code supporting Neovim v0.10
10+
* move entirely to built in `vim.lsp.config`
11+
12+
### Features
13+
14+
* add `add_on_attach` function for easily adding more `on_attach` functions ([ee300be](https://github.com/AstroNvim/astrolsp/commit/ee300beac46c8b0c85dc7801043390085d9d8e1a))
15+
* add support for `textDocument/linkedEditingRange` ([47587c1](https://github.com/AstroNvim/astrolsp/commit/47587c1ce326eaf7d3cfa517a47cbf80622dae12))
16+
* add toggling of `inline_completion` feature in Neovim ([4f81701](https://github.com/AstroNvim/astrolsp/commit/4f817011451d16e45cbb14d6d96c96819aaa4673))
17+
* move all `vim.lsp.config` to a `config` table for more general support ([f2f44b0](https://github.com/AstroNvim/astrolsp/commit/f2f44b003b670e5c832c64fcf58ef4fe113628da))
18+
* move entirely to built in `vim.lsp.config` ([e7915c6](https://github.com/AstroNvim/astrolsp/commit/e7915c6a2ea01f2dd1098f3354aa6b731439ebb7))
19+
* move to new `vim.lsp.semantic_tokens` API ([df90208](https://github.com/AstroNvim/astrolsp/commit/df902087b5388192f21edd65e87c295297762b34))
20+
* remove all code supporting Neovim v0.10 ([3194eb5](https://github.com/AstroNvim/astrolsp/commit/3194eb5a76823e6b0ff29c77fec3530e31ec966f))
21+
22+
23+
### Bug Fixes
24+
25+
* enforce unique servers list in neovim 0.11 ([abdfb7a](https://github.com/AstroNvim/astrolsp/commit/abdfb7ae4dcc4c0604c62a2f79622c5139fbc652))
26+
* use new `vim.lsp.codelens` api in neovim v0.12 ([cbe3cfd](https://github.com/AstroNvim/astrolsp/commit/cbe3cfd8cd7ffc1c2e02f60c784e8cb177b98ca0))
27+
328
## [3.2.1](https://github.com/AstroNvim/astrolsp/compare/v3.2.0...v3.2.1) (2025-09-25)
429

530

0 commit comments

Comments
 (0)