mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-11 21:26:31 +00:00
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ie10b047abb24dbc228f7278810fd01106a6a6964
1.5 KiB
1.5 KiB
Release 0.9
Breaking changes
- Nixpkgs has merged a fully incompatible rewrite of
vimPlugins.nvim-treesitter. Namely, it changes from the frozenmasterbranch to the new main branch. This change also affects how grammars are built, and forces us to change a few things around.- We must now use
"nvim-treesitter".setupover the old.configs. Additionally, built grammars no longer include queries by default, therefore queries not managed by nvf will lack their respective syntax highlighting capabilities.
- We must now use
Changelog
- Fix
vim.tabline.nvimBufferlinewheresetupOpts.options.hoverrequiresvim.opt.mousemoveeventto be set.
- Attempt to adapt nvim-treesitter to (breaking) Nixpkgs changes. Some
treesitter 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