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)