2026-04 apr - prepare neovim 0.12 migration#
2026-04-12 - Sunday#
Prepared the config and docs for a Neovim 0.12.1 rollout without replacing the host binary first.
Change summary#
Moved Treesitter to the Neovim 0.12
mainbranch flow inlua/plugins/treesitter/config.luaand kept profile parser lists aligned with that setup.Updated the Docker harness to pin Neovim
v0.12.1, installtree-sitter-cli, split smoke runs into install and launch stages, and preserve colors plus tmux clipboard behavior in interactive shells.Standardized runtime profile selection on
VVN_NVIM_PROFILEandVVN_DOTFILES_PROFILEacross wrappers, Docker scripts, and docs.Updated
nvimandnvim-initto prefer a repo-localnvim-appimagewhen present so worktrees can validate new Neovim releases before the system binary changes.Refreshed the related docs for Treesitter, Docker validation, isolated installs, and worktree iteration.