We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a546d52 commit 4069e7eCopy full SHA for 4069e7e
.github/workflows/panvimdoc.yml
@@ -12,12 +12,14 @@ jobs:
12
runs-on: ubuntu-latest
13
name: README to vimdoc
14
steps:
15
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
16
17
- - uses: kdheepak/panvimdoc@main
+ - uses: kdheepak/panvimdoc@v4.0.1
18
with:
19
- vimdoc: auto-dark-mode
20
- description: Plugin that automatically changes the editor appearance based on system settings.
+ vimdoc: "auto-dark-mode"
+ version: "NVIM v0.7.0 -> v0.10.4"
21
+ description: "Plugin that automatically changes the editor appearance based on system settings."
22
+ demojify: true
23
24
- uses: stefanzweifel/git-auto-commit-action@v4
25
0 commit comments