Skip to content

Commit

Permalink
Fix panvimdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
hedyhli committed Nov 8, 2023
1 parent 8e6f2af commit 1e7021d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/panvimdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
with:
commit_message: "Auto generate vim docs"
branch: ${{ github.head_ref }}
skip_dirty_check: false
# Don't commit if no changes are needed
skip_dirty_check: false
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,15 +313,17 @@ Key:

---

<!-- panvimdoc-ignore-end -->

# symbols-outline.nvim

<!-- panvimdoc-ignore-end -->

**A tree like view for symbols in Neovim using the Language Server Protocol.
Supports all your favourite languages.**

![demo](https://github.com/simrat39/rust-tools-demos/raw/master/symbols-demo.gif)

<!-- panvimdoc-ignore-start -->
Table of contents

<!-- mtoc start -->
Expand All @@ -342,6 +344,7 @@ Table of contents
* [Recipes](#recipes)

<!-- mtoc end -->
<!-- panvimdoc-ignore-end -->

## Prerequisites

Expand Down

0 comments on commit 1e7021d

Please sign in to comment.