diff options
| author | kylo252 <59826753+kylo252@users.noreply.github.com> | 2021-12-27 09:48:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-27 09:48:34 +0100 |
| commit | a1f838d436fefa092159b6b2b96802d222c6145e (patch) | |
| tree | 4d0e991504925ddcd6c6f551c7f4ed7f1f08ef3c /lua/telescope/builtin/init.lua | |
| parent | 627d89c959292628827239d421357a653144e44f (diff) | |
chore: remove redundant run_builtin action (#1589)
Diffstat (limited to 'lua/telescope/builtin/init.lua')
| -rw-r--r-- | lua/telescope/builtin/init.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/telescope/builtin/init.lua b/lua/telescope/builtin/init.lua index c7bceba..e411ac1 100644 --- a/lua/telescope/builtin/init.lua +++ b/lua/telescope/builtin/init.lua @@ -215,7 +215,6 @@ 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 ignore_filename boolean: dont show filenames (default: true) ---@field include_extensions boolean: if true will show the pickers of the installed extensions (default: false) builtin.builtin = require_on_exported_call("telescope.builtin.internal").builtin |
