nvf/docs/manual/release-notes/rl-0.9.md
NotAShelf ab751c1bbb docs/manual: move v0.9 entries to the correct file; format
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I593bbd1dbfd60215e317360d1652588a6a6a6964
2026-01-06 14:54:27 +03:00

1.2 KiB
Raw Blame History

Release 0.9

Breaking changes

  • Nixpkgs merged a full and incompatible rewrite of vimPlugins.nvim-treesitter. The changes affected how grammars are built and it caused issues when neovim attempted to load languages and could not find files in expected locations.

Changelog

suimong:

  • Fix vim.tabline.nvimBufferline where setupOpts.options.hover requires vim.opt.mousemoveevent to be set.

thamenato:

  • Attempt to adapt nvim-treesitter to (breaking) Nixpkgs changes. Some treesitte grammars were changed to prefer grammarPlugins over builtGrammars.

jfeo:

  • Added ccc.nvim option {option}vim.utility.ccc.setupOpts with the existing hard-coded options as default values.

Release 0.5

Changelog

Ring-A-Ding-Ding-Baby:

  • Aligned codelldb adapter setup with [rustaceanvim]s built-in logic.
  • Added languages.rust.dap.backend option to choose between codelldb and lldb-dap adapters.