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.
This commit is contained in:
parent
760e7d7731
commit
98b2dd4561
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue