refactor: remove <Plug> mapping surface #364
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
fugitive
good first issue
help wanted
invalid
question
v0.1.0
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/forge.nvim!364
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/delete-plug-mappings"
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?
Problem
forge.nvim exposes a parallel mapping surface even though its real public interaction points are already
:Forgeandrequire('forge').open(). The plug mappings duplicate the route surface, add tests and help maintenance, and make the public API boundary less clear.Solution
Remove the mappings entirely, delete their dedicated spec coverage, and trim the vimdoc to point users at
:Forgeandrequire('forge').open()as the interactive surface. Verified withnix develop /tmp/forge.nvim/delete-plug-mappings/#ci --command bustedandnix develop /tmp/forge.nvim/delete-plug-mappings/#ci --command vimdoc-language-server check /tmp/forge.nvim/delete-plug-mappings/doc/.