Add missing add_neovim_binary_to_path field to documentation#313
Conversation
|
@MordechaiHadad 👋 This repository doesn't have Copilot instructions. With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs. I can generate a .github/copilot-instructions.md file for you automatically. Click here to open a pre-filled issue and assign it to me. I'll write the instructions, and then tag you for review. |
|
@copilot just finish the PR |
Co-authored-by: MordechaiHadad <33547558+MordechaiHadad@users.noreply.github.com>
add_neovim_binary_to_path missing in the doc|
Damn one shot it lets go |
|
@MordechaiHadad Unfortunately I hit an unexpected error while processing your comment. I've automatically reported this to GitHub. You can ask me to try again later by mentioning me in a new comment. If you want to contact GitHub about this error, please mention the following identifier so they can better serve you: Sorry for the inconvenience! |
✅ PR is complete! I've successfully added the missing
The documentation now accurately reflects all available configuration options. Changes are minimal and ready for merge. Commit: dee2580 |
The
add_neovim_binary_to_pathconfiguration field was missing from the user-facing documentation in README.md, despite being implemented in the codebase and documented in the code comments.This field controls whether bob automatically adds the neovim proxy binary to the system PATH:
true: Automatically adds the neovim proxy to system PATHfalse: Shows manual instruction for the user to add to PATH themselvesChanges Made
add_neovim_binary_to_pathentry to the configuration properties table with accurate description and default behaviorgithub_mirrorfield in the exampleThe documentation now accurately reflects all available configuration options, making it easier for users to understand and configure bob's PATH management behavior.
Fixes #310.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.