From 8f827d83b9d20ba91d3892329478f899c9a3cc80 Mon Sep 17 00:00:00 2001 From: max397574 Date: Fri, 10 Dec 2021 20:03:46 +0100 Subject: feat(headers): added annotations --- lua/startup/headers.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lua') 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 { "⠀⠀⠀⠀⠀⠀⠀⠀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⠀⠀", -- cgit v1.2.3