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
|
## 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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue