diff options
author | max397574 <[email protected]> | 2021-12-09 18:49:49 +0100 |
---|---|---|
committer | max397574 <[email protected]> | 2021-12-09 18:49:49 +0100 |
commit | 5306c85e70a57d8364a6fe3363e5a47188ab2915 (patch) | |
tree | 5f3407ba527c0ec852de94a65e623c15f677833d /lua/startup | |
parent | bf4ee957d59f74b4e4b5a22155166efacc0d2910 (diff) |
fix(functions): fix annotations
Diffstat (limited to 'lua/startup')
-rw-r--r-- | lua/startup/functions.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/startup/functions.lua b/lua/startup/functions.lua index cdc56ea..16adf5e 100644 --- a/lua/startup/functions.lua +++ b/lua/startup/functions.lua @@ -1,5 +1,5 @@ ----@brief [[ ---@tag startup.nvim_functions +---@brief [[ --- This are functions which you can use to build your own startup.nvim theme. ---@brief ]] local functions = {} |