refactor: replace plenary with built-in Neovim APIs#285
Draft
kyoh86 wants to merge 3 commits into
Draft
Conversation
Author
|
Keeping this as a draft for now because the discussion in #284 is not settled yet.\n\nThe implementation is here so the approach is concrete and reviewable, but I do not want to treat the direction as agreed before the issue discussion concludes. |
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
plenary.nvimfrom runtime, test, health, and flake dependenciesNeovim >= 0.10.0Notes
vim.system,vim.fs,vim.uv,jobstart, and direct Lua/Neovim APIs where they are already sufficientVerification
make formatmake testnvim --headless --noplugin -u NONE -i NONE -c "set rtp+=." -c "lua require('mcphub')" -c qamake docswas not run here becausepandocis not installed in this environment;doc/mcphub.txtwas updated manually to keep docs in syncCloses #284