From 580fb5e5be0b9ce972f50401ce7333ed79d19abe Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Tue, 3 Feb 2026 01:36:54 -0500 Subject: [PATCH] fix: ci --- .github/workflows/quality.yaml | 1 + README.md | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/.github/workflows/quality.yaml b/.github/workflows/quality.yaml index 54c4e82..77049fd 100644 --- a/.github/workflows/quality.yaml +++ b/.github/workflows/quality.yaml @@ -1,6 +1,7 @@ name: quality on: + workflow_call: pull_request: branches: [main] push: diff --git a/README.md b/README.md index 440be8a..f656d17 100644 --- a/README.md +++ b/README.md @@ -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