diff options
| author | max397574 <[email protected]> | 2021-12-10 20:03:46 +0100 | 
|---|---|---|
| committer | max397574 <[email protected]> | 2021-12-10 20:03:46 +0100 | 
| commit | 8f827d83b9d20ba91d3892329478f899c9a3cc80 (patch) | |
| tree | 8afc8bdb2ed01e186e9ee853bee9ce02c085dba0 /lua | |
| parent | 0a984a5b8cbff56f1247c55d5bd758e878ad0307 (diff) | |
feat(headers): added annotations
Diffstat (limited to 'lua')
| -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 {      "⠀⠀⠀⠀⠀⠀⠀⠀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⠀⠀",  | 
