mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-11 13:16:32 +00:00
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 removes incremental selections, so it is no longer available.
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
- Added
vtslstypescript language server with vue integration - Add with
nix vim.languages.ts = { enable = true; extraVueSupport = true; lsp = { servers = ["vtsls"]; }; };