diff options
-rw-r--r-- | lua/startup/headers.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/startup/headers.lua b/lua/startup/headers.lua index 92352c5..98a8e1c 100644 --- a/lua/startup/headers.lua +++ b/lua/startup/headers.lua @@ -4,6 +4,7 @@ ---@brief ]] local headers = {} +---a neovim banner function headers.default_header() return { " /$$ ", @@ -17,6 +18,7 @@ function headers.default_header() } end +---a hydra function headers.hydra() return { " ⣴⣶⣤⡤⠦⣤⣀⣤⠆ ⣈⣭⣿⣶⣿⣦⣼⣆ ", @@ -33,6 +35,7 @@ function headers.hydra() } end +---a neovim `n` function headers.neovim_logo() return { "⠀⠀⠀⠀⠀⠀⠀⠀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⠀⠀", |