You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/vimdocgen.yml
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -16,15 +16,16 @@ jobs:
16
16
- uses: actions/checkout@v4
17
17
- uses: kdheepak/panvimdoc@main
18
18
with:
19
-
vimdoc: copilot.lua # Output vimdoc project name (required)
20
-
version: "NVIM v0.11.0"# Vim version number
21
-
description: "Fully featured & enhanced replacement for copilot.vim complete with API for interacting with Github Copilot"# Project description used in title (if empty, uses neovim version and current date)
22
-
titledatepattern: "%d %B, %Y"# Pattern for the date that used in the title
19
+
vimdoc: "copilot"
20
+
version: "NVIM v0.11.0"
21
+
description: "Fully featured & enhanced replacement for copilot.vim complete with API for interacting with Github Copilot"
0 commit comments