Fix panvimdoc

This commit is contained in:
hedy
2023-11-08 19:23:40 +08:00
parent 8e6f2af6e1
commit 1e7021d107
2 changed files with 5 additions and 2 deletions

View File

@@ -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

View File

@@ -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 -->
@@ -342,6 +344,7 @@ Table of contents
* [Recipes](#recipes)
<!-- mtoc end -->
<!-- panvimdoc-ignore-end -->
## Prerequisites