From feef088c866f96d79d39e830cfc4a3852acb92da Mon Sep 17 00:00:00 2001 From: Wassim Metallaoui Date: Wed, 5 Jun 2024 11:30:19 -0500 Subject: [PATCH] docs: try to auto-build vim docs again --- .github/workflows/build.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6825189..6b58d73 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: args: --color always --check lua/ docs: runs-on: ubuntu-latest - name: pandoc to vimdoc + name: vimdoc steps: - uses: actions/checkout@v4 - uses: kdheepak/panvimdoc@main diff --git a/README.md b/README.md index 9474a0c..27280ab 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # scalpel.nvim -**scalpel.nvim** is a Neovim plugin designed to expedite your find/replace workflow within a buffer. It sets up Neovim's native [`substitution`](https://neovim.io/doc/user/usr_10.html#10.2) command, automating some steps to eliminate excessive typing. +**scalpel.nvim** is a Neovim plugin designed to expedite your find/replace workflow within a buffer. It sets up Neovim's native [`substitution`](https://neovim.io/doc/user/usr_10.html#10.2) command, automating some steps to eliminate some typing. ![scalpel-nvim demo](demo.gif)