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 7, 2024
1 parent 1ce60cb commit 0710e76
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion doc/stopinsert.nvim.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*stopinsert.nvim.txt* For NVIM v0.8.0 Last change: 2024 October 06
*stopinsert.nvim.txt* For NVIM v0.8.0 Last change: 2024 October 07

==============================================================================
Table of Contents *stopinsert.nvim-table-of-contents*
Expand All @@ -7,6 +7,7 @@ Table of Contents *stopinsert.nvim-table-of-contents*
- Installation |stopinsert.nvim-installation|
- Configuration |stopinsert.nvim-configuration|
- User command |stopinsert.nvim-user-command|
- Contribution |stopinsert.nvim-contribution|

INTRO *stopinsert.nvim-intro*

Expand Down Expand Up @@ -73,10 +74,23 @@ with the following commands:
:StopInsertPlug enable
:StopInsertPlug disable
:StopInsertPlug toggle
:StopInsertPlug status
<

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


CONTRIBUTION *stopinsert.nvim-contribution*

All contributions are most welcome! Please open a PR or create an issue
<https://github.com/csessh/stopinsert.nvim/issues>.


CODING STYLE ~

- Follow the coding style of LuaRocks <https://github.com/luarocks/lua-style-guide>.
- Make sure you format the code with StyLua <https://github.com/JohnnyMorganz/StyLua> before PR.

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

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

0 comments on commit 0710e76

Please sign in to comment.