mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-10 20:56:35 +00:00
1.3 KiB
1.3 KiB
Release 0.9
Changelog
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
- Fix
vim.tabline.nvimBufferlinewheresetupOpts.options.hoverrequiresvim.opt.mousemoveeventto be set.
- Attempt to adapt nvim-treesitter to (breaking) Nixpkgs changes. Some treesitte grammars
were changed to prefer
grammarPluginsoverbuiltGrammars.
jfeo:
- Added ccc.nvim option {option}
vim.utility.ccc.setupOptswith the existing hard-coded options as default values.
- Aligned
codelldbadapter setup with [rustaceanvim]’s built-in logic. - Added
languages.rust.dap.backendoption to choose betweencodelldbandlldb-dapadapters.
toggletermopen map now also works when in terminal mode