diff options
Diffstat (limited to 'doc')
| -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:  | 
