fix(ci): format
This commit is contained in:
parent
ad6c683052
commit
4ab449e9e4
1 changed files with 5 additions and 6 deletions
11
README.md
11
README.md
|
|
@ -6,10 +6,10 @@ SSH configuration completion source for
|
|||
## Features
|
||||
|
||||
- Completes `ssh_config` keywords with man page documentation
|
||||
- Provides enum values for keywords with known option sets (ciphers,
|
||||
MACs, key exchange algorithms, etc.)
|
||||
- Keyword and enum data fetched asynchronously at runtime via
|
||||
`man ssh_config` and `ssh -Q`
|
||||
- Provides enum values for keywords with known option sets (ciphers, MACs, key
|
||||
exchange algorithms, etc.)
|
||||
- Keyword and enum data fetched asynchronously at runtime via `man ssh_config`
|
||||
and `ssh -Q`
|
||||
|
||||
## Requirements
|
||||
|
||||
|
|
@ -19,8 +19,7 @@ SSH configuration completion source for
|
|||
|
||||
## Installation
|
||||
|
||||
Install via
|
||||
[luarocks](https://luarocks.org/modules/barrettruth/blink-cmp-ssh):
|
||||
Install via [luarocks](https://luarocks.org/modules/barrettruth/blink-cmp-ssh):
|
||||
|
||||
```
|
||||
luarocks install blink-cmp-ssh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue