Skip to content

v3.0.0

Choose a tag to compare

@astronvimbot astronvimbot released this 26 Mar 18:47

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