From 1e7021d10785f2066d7b41078bcb180fca001bb3 Mon Sep 17 00:00:00 2001 From: hedy Date: Wed, 8 Nov 2023 19:23:40 +0800 Subject: [PATCH] Fix panvimdoc --- .github/workflows/panvimdoc.yml | 2 +- README.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/panvimdoc.yml b/.github/workflows/panvimdoc.yml index 8712e67..1ba4a61 100644 --- a/.github/workflows/panvimdoc.yml +++ b/.github/workflows/panvimdoc.yml @@ -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 diff --git a/README.md b/README.md index c815fc9..8f52169 100644 --- a/README.md +++ b/README.md @@ -313,15 +313,17 @@ Key: --- - # symbols-outline.nvim + + **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) + Table of contents @@ -342,6 +344,7 @@ Table of contents * [Recipes](#recipes) + ## Prerequisites