fix(ci): format

This commit is contained in:
Barrett Ruth 2026-02-22 21:08:12 -05:00
parent ad6c683052
commit 4ab449e9e4
Signed by: barrett
GPG key ID: A6C96C9349D2FC81

View file

@ -6,10 +6,10 @@ SSH configuration completion source for
## Features ## Features
- Completes `ssh_config` keywords with man page documentation - Completes `ssh_config` keywords with man page documentation
- Provides enum values for keywords with known option sets (ciphers, - Provides enum values for keywords with known option sets (ciphers, MACs, key
MACs, key exchange algorithms, etc.) exchange algorithms, etc.)
- Keyword and enum data fetched asynchronously at runtime via - Keyword and enum data fetched asynchronously at runtime via `man ssh_config`
`man ssh_config` and `ssh -Q` and `ssh -Q`
## Requirements ## Requirements
@ -19,8 +19,7 @@ SSH configuration completion source for
## Installation ## Installation
Install via Install via [luarocks](https://luarocks.org/modules/barrettruth/blink-cmp-ssh):
[luarocks](https://luarocks.org/modules/barrettruth/blink-cmp-ssh):
``` ```
luarocks install blink-cmp-ssh luarocks install blink-cmp-ssh