]> git.lizzy.rs Git - micro.git/blobdiff - runtime/help/plugins.md
Drop unnecessary Ftoa and FtoaWithDigits function (#1751)
[micro.git] / runtime / help / plugins.md
index b94adcd1b632e2107fb5d659923330b1ff495268..e089915b3c1a1d166dd170867968906d11e1aedd 100644 (file)
@@ -359,6 +359,12 @@ library documentation at https://golang.org/pkg/ (for the packages
 exposed to micro plugins). The Lua standard library is also available
 to plugins though it is rather small.
 
+The following functions are also available from the go-humanize package:
+
+The `humanize` package exposes:
+* `Bytes`
+* `Ordinal`
+
 ## Adding help files, syntax files, or colorschemes in your plugin
 
 You can use the `AddRuntimeFile(name string, type config.RTFiletype,
@@ -391,6 +397,9 @@ There are 6 default plugins that come pre-installed with micro. These are
    programming tool.
 * `status`: provides some extensions to the status line (integration with
    Git and more).
+* `diff`: integrates the `diffgutter` option with Git. If you are in a Git
+   directory, the diff gutter will show changes with respect to the most
+   recent Git commit rather than the diff since opening the file.
 
 See `> help linter`, `> help comment`, and `> help status` for additional
 documentation specific to those plugins.