summaryrefslogtreecommitdiff
path: root/lua/telescope/builtin/init.lua
diff options
context:
space:
mode:
authorsteven <61105469+stevenp2@users.noreply.github.com>2022-07-23 02:16:17 +1000
committerGitHub <noreply@github.com>2022-07-22 18:16:17 +0200
commitb5833a682c511885887373aad76272ad70f7b3c2 (patch)
tree1aa478e2dc3b4a3be75fcbba8d5515bad8521098 /lua/telescope/builtin/init.lua
parent737f8cd6b5a9b987c5fa91aacd477358191e1fb8 (diff)
fix: move the moon behind show_moon option and update documentation (#2072) (#2079)
Diffstat (limited to 'lua/telescope/builtin/init.lua')
-rw-r--r--lua/telescope/builtin/init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/telescope/builtin/init.lua b/lua/telescope/builtin/init.lua
index 74323d4..3061358 100644
--- a/lua/telescope/builtin/init.lua
+++ b/lua/telescope/builtin/init.lua
@@ -228,6 +228,7 @@ builtin.pickers = require_on_exported_call("telescope.builtin.__internal").picke
--- Use the telescope...
---@param opts table: options to pass to the picker
---@field show_pluto boolean: we love pluto (default: false, because its a hidden feature)
+---@field show_moon boolean: we love the moon (default: false, because its a hidden feature)
builtin.planets = require_on_exported_call("telescope.builtin.__internal").planets
--- Lists symbols inside of `data/telescope-sources/*.json` found in your runtime path