From e285be6ff69c4d2c4648432bbad5855a32ee6205 Mon Sep 17 00:00:00 2001 From: Iron-E Date: Sat, 16 May 2020 17:19:26 -0400 Subject: [PATCH] Improve doc consistency --- doc/libmodal-lua.txt | 51 +++++++++++++++++++++++++++----------------- doc/libmodal.txt | 16 +++++++++++++- 2 files changed, 46 insertions(+), 21 deletions(-) diff --git a/doc/libmodal-lua.txt b/doc/libmodal-lua.txt index e12f978..a4b66b6 100644 --- a/doc/libmodal-lua.txt +++ b/doc/libmodal-lua.txt @@ -30,6 +30,7 @@ This is the base of |libmodal|. It can be imported using: > local libmodal = require('libmodal') @@ -359,7 +362,7 @@ Using a |key-mapping| `table`: > fooMode() < - +------------------------------------------------------------------------------ PROMPTS *libmodal-examples-prompt* Using a callback `function`: > @@ -395,6 +398,10 @@ Using a |command| `table`: > ============================================================================== 4. Configuration *libmodal-configuration* +The following specifies what settings may be used to configure +|libmodal-mode|s and |libmodal-prompt|s. + +------------------------------------------------------------------------------ HIGHLIGHT GROUPS *libmodal-highlight-groups* @@ -412,6 +419,7 @@ Note: `LibmodalStar`'s name — while not indicative of its use — is used for when Neovim 0.5 launches that will introduce interoperaability between the two. +------------------------------------------------------------------------------ TIMEOUTS *libmodal-timeouts* *g:libmodalTimeouts* When `libmodal.mode.enter()`'s {instruction} argument is a `table`, mode @@ -524,6 +532,10 @@ along with this program. If not, see . ============================================================================== 7. Contributing *libmodal-contributing* +The following describes what should be done if an individual wishes to +contribute something to the `Iron-E/nvim-libmodal` repository. + +------------------------------------------------------------------------------ CODE *libmodal-contributing-code* Bugfixes ~ @@ -558,6 +570,7 @@ CODE *libmodal-contributing-code* person who knows the most about the feature being implemented is most likely the one implementing it. +------------------------------------------------------------------------------ DOCUMENTATION *libmodal-contributing-documentation* If there is a problem with the documentation, or you see an area where it @@ -566,6 +579,7 @@ least it will exist in history if such an issue comes up again, and likely it will serve to help yourself and others with more clear and concise wording, or with more helpful and practical examples. +------------------------------------------------------------------------------ ISSUES *libmodal-contributing-issues* Issues are greatly welcomed on the GitHub repository, whether they are bug