diff options
author | max397574 <[email protected]> | 2021-12-10 17:57:40 +0100 |
---|---|---|
committer | max397574 <[email protected]> | 2021-12-10 17:57:40 +0100 |
commit | edd8106904a81329e49873bb4bc34fe8a0188314 (patch) | |
tree | 560211b858f8fbc9233a69464dc6a6b72ba2f2c0 /lua/startup/functions.lua | |
parent | 73b7e671e0d95430e4bc5f1538e804bdbe96580f (diff) |
feat(functions): change tag name
Diffstat (limited to 'lua/startup/functions.lua')
-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 292584d..ef9816e 100644 --- a/lua/startup/functions.lua +++ b/lua/startup/functions.lua @@ -1,4 +1,4 @@ ----@tag startup.nvim_functions +---@tag startup_nvim.functions ---@brief [[ --- This are functions which you can use to build your own startup.nvim theme. ---@brief ]] |