Skip to content

Commit

Permalink
Chores: Auto generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
csessh authored and github-actions[bot] committed Oct 6, 2024
1 parent bec95a5 commit da575bc
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions doc/stopinsert.nvim.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
*stopinsert.nvim.txt* For NVIM v0.8.0 Last change: 2024 October 05
*stopinsert.nvim.txt* For NVIM v0.8.0 Last change: 2024 October 06

==============================================================================
Table of Contents *stopinsert.nvim-table-of-contents*

- Intro |stopinsert.nvim-intro|
- Installation |stopinsert.nvim-installation|
- Configuration |stopinsert.nvim-configuration|
- User command |stopinsert.nvim-user-command|

INTRO *stopinsert.nvim-intro*

`stopinsert` is a vim command (see vimdoc
<https://vimdoc.sourceforge.net/htmldoc/insert.html>) that works like typing
<https://vimdoc.sourceforge.net/htmldoc/insert.html>) that works like hitting
`<Esc>` in Insert mode.

This plugin automatically kicks you out of Insert mode after certain amount of
Expand Down Expand Up @@ -60,6 +61,22 @@ in the table above.
If you configure this attribute in `opts` with your package manager, like so,
your list will replace `stopinsert.nvim` defaults.

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


USER COMMAND *stopinsert.nvim-user-command*

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

>
:StopInsertPlug enable
:StopInsertPlug disable
:StopInsertPlug toggle
<

Each of them does exactly what it says on the tin.

Generated by panvimdoc <https://github.com/kdheepak/panvimdoc>

vim:tw=78:ts=8:noet:ft=help:norl:

0 comments on commit da575bc

Please sign in to comment.