blink-cmp-ssh/lua
Barrett Ruth 679a4bf804
Some checks are pending
quality / changes (push) Waiting to run
quality / Lua Format Check (push) Blocked by required conditions
quality / Lua Lint Check (push) Blocked by required conditions
quality / Lua Type Check (push) Blocked by required conditions
quality / Markdown Format Check (push) Blocked by required conditions
test / Test (Neovim nightly) (push) Waiting to run
test / Test (Neovim stable) (push) Waiting to run
fix: capture inline description for keywords like Host and User
Problem: keywords with description text on the same line (e.g.
"Host    Restricts the following...") had their first line of
documentation silently dropped because the parser started collecting
at the line after the keyword.

Solution: extract trailing text from the keyword line and prepend it
to the description block.
2026-02-22 21:29:07 -05:00
..
blink-cmp-ssh feat: initial blink-cmp-ssh implementation 2026-02-22 21:04:15 -05:00
blink-cmp-ssh.lua fix: capture inline description for keywords like Host and User 2026-02-22 21:29:07 -05:00