summaryrefslogtreecommitdiff
path: root/lua/telescope/themes.lua
diff options
context:
space:
mode:
authorSimon Hauser <Simon-Hauser@outlook.de>2022-04-18 08:21:00 +0200
committerGitHub <noreply@github.com>2022-04-18 08:21:00 +0200
commit831f76a809d9f09724d9f3825a3660ed714470d9 (patch)
treee8ac2dcc8049709706fe1ad6d4c4390c2f00576a /lua/telescope/themes.lua
parent66c3e2a3514a25524106f648b0da494d4031eb69 (diff)
docs: add module prefix (#1847)
Diffstat (limited to 'lua/telescope/themes.lua')
-rw-r--r--lua/telescope/themes.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/telescope/themes.lua b/lua/telescope/themes.lua
index ef71f89..4c27bb9 100644
--- a/lua/telescope/themes.lua
+++ b/lua/telescope/themes.lua
@@ -4,6 +4,7 @@
-- local opts = themes.get_dropdown { winblend = 3 }
---@tag telescope.themes
+---@config { ["module"] = "telescope.themes" }
---@brief [[
--- Themes are ways to combine several elements of styling together.