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 | |
parent | 73b7e671e0d95430e4bc5f1538e804bdbe96580f (diff) |
feat(functions): change tag name
-rw-r--r-- | doc/tags | 4 | ||||
-rw-r--r-- | lua/startup/functions.lua | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/tags b/doc/tags new file mode 100644 index 0000000..7b7a70a --- /dev/null +++ b/doc/tags @@ -0,0 +1,4 @@ +functions.date_time() startup.txt /*functions.date_time()* +functions.packer_plugins() startup.txt /*functions.packer_plugins()* +functions.quote() startup.txt /*functions.quote()* +startup.nvim_functions startup.txt /*startup.nvim_functions* 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 ]] |