From ff5ba39a592d079780819bb8226dcb35741349a4 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sat, 21 Feb 2026 23:58:09 -0500 Subject: [PATCH] docs: fix dependencies section in readme Problem: time and timeout were listed as optional dependencies despite being required for plugin initialization. nix was not mentioned as an alternative to uv for the Python scraping environment. Solution: rename section to "Dependencies", list time/timeout first, and add nix as an alternative to uv for scraping. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf82417..427496d 100644 --- a/README.md +++ b/README.md @@ -28,11 +28,12 @@ Install using your package manager of choice or via luarocks install cp.nvim ``` -## Optional Dependencies +## Dependencies -- [uv](https://docs.astral.sh/uv/) for problem scraping - GNU [time](https://www.gnu.org/software/time/) and [timeout](https://www.gnu.org/software/coreutils/manual/html_node/timeout-invocation.html) +- [uv](https://docs.astral.sh/uv/) or [nix](https://nixos.org/) for problem + scraping ## Quick Start