Skip to content

Commit

Permalink
docs: try to auto-build vim docs again
Browse files Browse the repository at this point in the history
  • Loading branch information
wassimk committed Jun 5, 2024
1 parent c5cc44a commit feef088
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit feef088

Please sign in to comment.