docs: add plugin manager installation examples#79
Open
Arvuno wants to merge 1 commit into
Open
Conversation
Add vim-plug, dein.nvim, lazy.nvim, and packer.nvim examples to the Installing Apprentice section.
Owner
|
Hello. I'm OK with adding a vim-plug example because it is the most common third-party plugin manager in Vimland. In fact, the Pathogen example should probably be replaced with a vim-plug one. But adding examples for various Neovim plugin managers would imply that Neovim is officially supported while it is not. So yeah, I can accept this PR if you restrict it to that "replace pathogen with vim-plug" scope but I can't accept anything related to Neovim. |
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
Add plugin manager installation examples (vim-plug, dein.nvim, lazy.nvim, packer.nvim) to the Installing Apprentice section.
Problem
The README currently only shows manual installation (Pathogen example, :help packages example, and AUR). Users of modern plugin managers like vim-plug, dein.nvim, lazy.nvim, and packer.nvim have no documented way to install Apprentice via their preferred tool.
Solution
Add a new "Plugin managers" subsection with code examples for:
Each example shows the minimal configuration needed to install Apprentice via that plugin manager.
Files Changed
README.md— Added plugin manager installation examples sectionTesting