diff options
| author | Bjarki Baldursson Harksen <62466569+mrbjarksen@users.noreply.github.com> | 2022-06-12 11:08:30 +0000 |
|---|---|---|
| committer | Simon Hauser <simon.hauser@helsinki-systems.de> | 2022-06-30 14:01:50 +0200 |
| commit | 6703c957e7d9a5dc5f91ceb59326ab7e05274642 (patch) | |
| tree | 95ed4500e032597cbd3d484a503fc28e32fa78da /lua/telescope/builtin/init.lua | |
| parent | 15f6a0bb08f934bc999c8b5e54fb574f5889558f (diff) | |
feat: add option `use_default_opts` to `builtin.builtin` (#1996)
Diffstat (limited to 'lua/telescope/builtin/init.lua')
| -rw-r--r-- | lua/telescope/builtin/init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/telescope/builtin/init.lua b/lua/telescope/builtin/init.lua index 9fa6826..ea871aa 100644 --- a/lua/telescope/builtin/init.lua +++ b/lua/telescope/builtin/init.lua @@ -205,6 +205,7 @@ builtin.git_stash = require_on_exported_call("telescope.builtin.git").stash --- Lists all of the community maintained pickers built into Telescope ---@param opts table: options to pass to the picker ---@field include_extensions boolean: if true will show the pickers of the installed extensions (default: false) +---@field use_default_opts boolean: if the selected picker should use its default options (default: false) builtin.builtin = require_on_exported_call("telescope.builtin.internal").builtin --- Opens the previous picker in the identical state (incl. multi selections) |
