]> git.lizzy.rs Git - micro.git/blobdiff - runtime/help/plugins.md
Update plugin documentation
[micro.git] / runtime / help / plugins.md
index fa806ea510201b89f6033e383b9bef6bb7fae11b..3e651c0151096c15317ff4d7fecb269e27b28678 100644 (file)
@@ -359,6 +359,14 @@ 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`
+* `Ftoa`
+* `FtoaWithDigits`
+
 ## Adding help files, syntax files, or colorschemes in your plugin
 
 You can use the `AddRuntimeFile(name string, type config.RTFiletype,