diff --git a/doc/stopinsert.nvim.txt b/doc/stopinsert.nvim.txt index d39b311..e678859 100644 --- a/doc/stopinsert.nvim.txt +++ b/doc/stopinsert.nvim.txt @@ -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* @@ -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* @@ -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 +. + + +CODING STYLE ~ + +- Follow the coding style of LuaRocks . +- Make sure you format the code with StyLua before PR. + Generated by panvimdoc vim:tw=78:ts=8:noet:ft=help:norl: