docs(fisher): clarify bundled vs fisher-managed plugins; add sponge #37
Reference in New Issue
Block a user
Delete Branch "docs/fisher-plugins-bundled"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
fish_pluginsnow containsjorgebucaran/fisher+meaningful-ooo/sponge. Sponge is the one genuinely Fisher-managed plugin, giving the first-run bootstrap a concrete purpose.functions/fisher.fish,completions/fisher.fish, and all sponge files are added to.gitignore— Fisher owns them exclusively, eliminating any committed/managed conflict.fisher installfor these would overwrite the customizations.docs/fish-config.md§8 now has two clearly separated subsections: Fisher-Managed Plugins and Bundled Plugin Functionality.docs/fish-config.indexgains entries for §8 subsections and the previously missing §9–11.first_run.fish→ "Fisher update failed".Files changed
.gitignorefish_pluginsmeaningful-ooo/spongedocs/fish-config.mddocs/fish-config.indexREADME.mdrequirements.mdconf.d/first_run.fishManual Verification
help config fisher-managed— confirm it resolves to the Fisher-Managed Plugins subsection listing sponge.help config bundled-plugins— confirm it resolves to the Bundled Plugin Functionality subsection (no sponge).help config installationandhelp config viewing— confirm §9 and §11 resolve correctly.git statusis clean after afisher update(sponge/fisher files no longer appear as untracked).set -Ue __fish_config_first_run_complete) — confirm sponge installs and the error message reads "Fisher update failed" if fisher is unavailable.cat fish_pluginsshows bothjorgebucaran/fisherandmeaningful-ooo/sponge.docs: clarify that plugin functionality is bundled, not managed by fisherto docs(fisher): clarify bundled vs fisher-managed plugins; add sponge