feat: initial blink-cmp-ssh implementation #1
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/blink-cmp-ssh!1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/initial-implementation"
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
The existing blink-cmp-sshconfig plugin uses a synchronous, build-time Python
scraping approach that requires uv and make to generate a static Lua file.
Solution
Implement a runtime, async blink.cmp source that parses ssh_config keywords
from man ssh_config and enum values from ssh -Q queries, matching the
architecture of blink-cmp-tmux and blink-cmp-ghostty. Includes health checks,
full test suite (8 tests), CI workflows, and LuaRocks packaging.
Pull request closed