diff options
author | Github Actions <actions@github> | 2021-12-10 19:04:34 +0000 |
---|---|---|
committer | Github Actions <actions@github> | 2021-12-10 19:04:34 +0000 |
commit | bce4c79096b489e32567837c2e6bc78141f67fbe (patch) | |
tree | 8d0e08dcb305091456098cd2151ad1cab94118a6 /doc/startup.txt | |
parent | 8f827d83b9d20ba91d3892329478f899c9a3cc80 (diff) |
[docgen] Update doc/startup.txt
skip-checks: true
Diffstat (limited to 'doc/startup.txt')
-rw-r--r-- | doc/startup.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/startup.txt b/doc/startup.txt index bfc6035..61733fb 100644 --- a/doc/startup.txt +++ b/doc/startup.txt @@ -28,4 +28,25 @@ functions.date_time() *functions.date_time()* +================================================================================ + *startup_nvim.headers* + +This are functions which you can use to build your own startup.nvim theme. + +headers.default_header() *headers.default_header()* + a neovim banner + + + +headers.hydra() *headers.hydra()* + a hydra + + + +headers.neovim_logo() *headers.neovim_logo()* + a neovim `n` + + + + vim:tw=78:ts=8:ft=help:norl: |