Skip to content

Commit 26509ff

Browse files
committed
update vim docs to list minimum neovim version as 0.9.0 since that's all I've tested it on
1 parent 2198b4d commit 26509ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/panvimdoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: kdheepak/panvimdoc@main
1414
with:
1515
vimdoc: lazy-nix-helper.nvim
16-
version: "Neovim >= 0.8.0?"
16+
version: "Neovim >= 0.9.0?"
1717
treesitter: true
1818
- uses: stefanzweifel/git-auto-commit-action@v4
1919
with:

0 commit comments

Comments
 (0)