From 69f0aa5fb7d5a421576a9328099b3194510fc31d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=AF=E5=9F=BA=E9=AD=81?= <1412414664@qq.com> Date: Mon, 6 Jul 2026 17:51:11 +0800 Subject: [PATCH] docs: remove plenary from install dependencies --- .github/workflows/tests.yml | 4 ---- README.md | 1 - 2 files changed, 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c85ad264..1cf9d356 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -44,10 +44,6 @@ jobs: - name: Add nvim to PATH run: echo "${{ steps.setup_nvim.outputs.executable }}" >> $GITHUB_PATH - - name: Install plenary - run: | - git clone --depth 1 https://github.com/nvim-lua/plenary.nvim ~/.local/share/nvim/site/pack/vendor/start/plenary.nvim - - name: Run tests run: ./run_tests.sh diff --git a/README.md b/README.md index 6a0f28d4..d10a6f02 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,6 @@ Install the plugin with your favorite package manager. See the [Configuration](# require("opencode").setup({}) end, dependencies = { - "nvim-lua/plenary.nvim", { "MeanderingProgrammer/render-markdown.nvim", opts = {