Skip to content

v4.0.0

Latest

Choose a tag to compare

@astronvimbot astronvimbot released this 30 Mar 13:25

4.0.0 (2026-03-30)

⚠ BREAKING CHANGES

  • move all vim.lsp.config to a config table for more general support
  • remove all code supporting Neovim v0.10
  • move entirely to built in vim.lsp.config

Features

  • add add_on_attach function for easily adding more on_attach functions (ee300be)
  • add support for textDocument/linkedEditingRange (47587c1)
  • add toggling of inline_completion feature in Neovim (4f81701)
  • move all vim.lsp.config to a config table for more general support (f2f44b0)
  • move entirely to built in vim.lsp.config (e7915c6)
  • move to new vim.lsp.semantic_tokens API (df90208)
  • remove all code supporting Neovim v0.10 (3194eb5)

Bug Fixes

  • enforce unique servers list in neovim 0.11 (abdfb7a)
  • use new vim.lsp.codelens api in neovim v0.12 (cbe3cfd)