diff options
author | max397574 <[email protected]> | 2021-12-10 20:02:09 +0100 |
---|---|---|
committer | max397574 <[email protected]> | 2021-12-10 20:02:09 +0100 |
commit | 0a984a5b8cbff56f1247c55d5bd758e878ad0307 (patch) | |
tree | 9c94be8a1d2bb19ed860122b997334f53958e854 /lua | |
parent | e663d34be6a97639f3bfadb27d4306f6c2c1858c (diff) |
feat(vimdoc): add headers
Diffstat (limited to 'lua')
-rw-r--r-- | lua/startup/headers.lua | 4 |
1 files changed, 4 insertions, 0 deletions
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() |