You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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))
0 commit comments