fix: repair LazyVim config for Neovim 0.12 compatibility - #16
Merged
Conversation
Contributor
Version preview
This PR will trigger a version bump after it is merged into
|
LazyVim was broken on startup due to stale plugin pins, missing CLI tools, and dead-code plugin files. This removes the lockfile (now gitignored so each machine regenerates it), adds ripgrep and fd to the brew install list, removes the unused util.dot extra and example.lua template, silences the luarocks warning, and adds CLAUDE.md. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
felipe0328
force-pushed
the
fix/nvim-lazyvim-config
branch
from
June 24, 2026 16:32
0383493 to
b38d08f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
lazy-lock.jsonthat pinned plugins incompatible with Neovim 0.12 (adds to.gitignoreso each machine regenerates it)ripgrepandfdas new installer components with neovim depending on them — required by Snacks.picker for grep and file findingexample.luatemplate and unusedutil.dotLazyVim extrarocks.enabled = false)CLAUDE.mddocumenting the v1.2 component architectureTest plan
bash tests/installer_test.sh)nvimstarts cleanly with no errors:checkhealth lazy lazyvimshows all green except optional tree-sitter CLI--dry-runresolves ripgrep/fd as neovim dependencies