From 0a984a5b8cbff56f1247c55d5bd758e878ad0307 Mon Sep 17 00:00:00 2001 From: max397574 Date: Fri, 10 Dec 2021 20:02:09 +0100 Subject: feat(vimdoc): add headers --- lua/startup/headers.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lua/startup') diff --git a/lua/startup/headers.lua b/lua/startup/headers.lua index d95511a..92352c5 100644 --- a/lua/startup/headers.lua +++ b/lua/startup/headers.lua @@ -1,3 +1,7 @@ +---@tag startup_nvim.headers +---@brief [[ +--- This are functions which you can use to build your own startup.nvim theme. +---@brief ]] local headers = {} function headers.default_header() -- cgit v1.2.3