aboutsummaryrefslogtreecommitdiff
path: root/doc/startup.txt
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2021-12-09 19:31:54 +0000
committerGithub Actions <actions@github>2021-12-09 19:31:54 +0000
commite1a5182c405fd8beafdf479bf5c0abcc750c010f (patch)
tree26d1e068b472eba932e3f21ed460a0405a4d8e60 /doc/startup.txt
parentdb64d76a5e5edc509ba42cccc476943f186ba141 (diff)
[docgen] Update doc/startup.txt
skip-checks: true
Diffstat (limited to 'doc/startup.txt')
-rw-r--r--doc/startup.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/startup.txt b/doc/startup.txt
index 0e43f0b..1cfdf81 100644
--- a/doc/startup.txt
+++ b/doc/startup.txt
@@ -3,5 +3,29 @@
This are functions which you can use to build your own startup.nvim theme.
+functions.quote() *functions.quote()*
+ Returns a random programming quote
+
+
+ Return: ~
+ table: Lines of text for the quote
+
+
+functions.packer_plugins() *functions.packer_plugins()*
+ Returns a string with the number of loaded Packer Plugins
+
+
+ Return: ~
+ string: String with info about the number of loaded plugins
+
+
+functions.date_time() *functions.date_time()*
+ Returns the current date and time
+
+
+ Return: ~
+ table: Table with a string for the date and one for the time
+
+
vim:tw=78:ts=8:ft=help:norl: