docs: remove plenary from install dependencies - #448
Merged
sudo-tee merged 1 commit intoJul 6, 2026
Conversation
Owner
|
Thanks for the PR. I will have a look to ensure everything is fine. But at first everything seems fine. The deps are indeed only needed and provided by the test harness. |
Owner
|
All seem to work fine in CI and on local. Thanks for the cleanup |
disrupted
pushed a commit
to disrupted/opencode-native.nvim
that referenced
this pull request
Jul 23, 2026
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
nvim-lua/plenary.nvimfrom the lazy.nvim installation example because the plugin runtime no longer requires itdeps/when tests runCloses #394 for the user-facing/runtime dependency path while keeping the current test harness unchanged.
Validation
git diff --checkrg -n "nvim-lua/plenary.nvim|Install plenary|plenary.nvim" README.md .github/workflows/tests.yml lua plugin ftplugin(no matches)./run_tests.sh -t minimallocally because this machine does not havenviminstalled; the command exits before tests withnvim: command not found.