Skip to content

Commit 7304be4

Browse files
committed
Updated panvimdoc workflow to include develop branch
experiment with github workflows
1 parent f068c83 commit 7304be4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/panvimdoc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: panvimdoc
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, develop]
66
paths:
77
- README.md
88
- .github/workflows/panvimdoc.yml

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ require("stopinsert").setup()
2929
| Items | Type | Default Value | Description |
3030
| --------------------- | --------- | ------------------ | -------------- |
3131
| `idle_time_ms` | number | `5000` (5 seconds) | Maximum time (in milliseconds) before you are forced out of Insert mode back to Normal mode. |
32-
| `disabled_filetypes` | table | `{ "TelescopePrompt", "checkhealth", "help", "lspinfo", "mason", "neo%-tree*", }` | List of filetypes to exclude the effect of this plugin. |
32+
| `disabled_filetypes` | list | `{ "TelescopePrompt", "checkhealth", "help", "lspinfo", "mason", "neo%-tree*", }` | List of filetypes to exclude the effect of this plugin. |
3333

3434
**NOTE:**
3535
By default, `stopinsert.nvim` excludes a list of filetypes, as shown in the table above.

0 commit comments

Comments
 (0)