fix: ci
This commit is contained in:
parent
2e5400f9c0
commit
580fb5e5be
2 changed files with 7 additions and 0 deletions
1
.github/workflows/quality.yaml
vendored
1
.github/workflows/quality.yaml
vendored
|
|
@ -1,6 +1,7 @@
|
|||
name: quality
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
pull_request:
|
||||
branches: [main]
|
||||
push:
|
||||
|
|
|
|||
|
|
@ -34,6 +34,12 @@ Using [lazy.nvim](https://github.com/folke/lazy.nvim):
|
|||
}
|
||||
```
|
||||
|
||||
Or via [luarocks](https://luarocks.org/modules/barrettruth/diffs.nvim):
|
||||
|
||||
```
|
||||
luarocks install diffs.nvim
|
||||
```
|
||||
|
||||
## Documentation
|
||||
|
||||
```vim
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue