Skip to content

Commit 5a5b349

Browse files
committed
update
1 parent a029d3a commit 5a5b349

File tree

4 files changed

+14
-68
lines changed

4 files changed

+14
-68
lines changed

.busted

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
return {
2+
_all = {
3+
coverage = false,
4+
lpath = 'lua/?.lua;lua/?/init.lua',
5+
lua = 'nlua',
6+
},
7+
default = {
8+
verbose = true,
9+
},
10+
tests = {
11+
verbose = true,
12+
},
13+
}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: panvimdoc
2424
uses: kdheepak/panvimdoc@main
2525
with:
26-
vimdoc: guard.nvim
26+
vimdoc: nvim-plugin-template.nvim
2727
treesitter: true
2828
- uses: stefanzweifel/git-auto-commit-action@v4
2929
with:

doc/.gitkeep

Whitespace-only changes.

doc/nvim-plugin-template.txt

Lines changed: 0 additions & 67 deletions
This file was deleted.

0 commit comments

Comments
 (0)