Skip to content

Commit 34a8e6e

Browse files
committed
Chores: Add a dotfyle reference tracking tag
1 parent da575bc commit 34a8e6e

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
This plugin automatically kicks you out of Insert mode after certain amount of time of inactivity.
66

7+
<!-- panvimdoc-ignore-start -->
8+
<h1 align="center">
9+
<a href="https://dotfyle.com/plugins/csessh/stopinsert.nvim">
10+
<img src="https://dotfyle.com/plugins/csessh/stopinsert.nvim/shield?style=for-the-badge" />
11+
</a>
12+
</h1>
13+
<!-- panvimdoc-ignore-end -->
14+
715
## Installation
816

917
1. Let your favourite package manager do the work:
@@ -30,13 +38,13 @@ require("stopinsert").setup()
3038
| `disabled_filetypes` | list | `{ "TelescopePrompt", "checkhealth", "help", "lspinfo", "mason", "neo%-tree*", }` | List of filetypes to exclude the effect of this plugin. |
3139

3240
**NOTE:**
33-
By default, `stopinsert.nvim` excludes a list of filetypes, as shown in the table above.
41+
By default, `stopinsert.nvim` excludes a list of filetypes, as shown in the table above.
3442

3543
If you configure this attribute in `opts` with your package manager, like so, your list will replace `stopinsert.nvim` defaults.
3644

3745
Filetypes can also be listed as regex, such as `neo%-tree*`.
3846

39-
## User command
47+
## User command
4048

4149
`stopinsert.nvim` is enabled by default. You can toggle its state on the fly with the following commands:
4250

0 commit comments

Comments
 (0)