fix: fix builtins lazy loading (#2590)

(cherry picked from commit 0e0600908d)
This commit is contained in:
Stanislav Asunkin
2023-07-02 22:51:55 +03:00
committed by Simon Hauser
parent d64202bbfe
commit 5077c3d6e6
+1 -1
View File
@@ -420,7 +420,7 @@ builtin.lsp_definitions = require_on_exported_call("telescope.builtin.__lsp").de
---@field show_line boolean: show results text (default: true)
---@field trim_text boolean: trim results text (default: false)
---@field file_encoding string: file encoding for the previewer
builtin.lsp_type_definitions = require("telescope.builtin.__lsp").type_definitions
builtin.lsp_type_definitions = require_on_exported_call("telescope.builtin.__lsp").type_definitions
--- Goto the implementation of the word under the cursor if there's only one, otherwise show all options in Telescope
---@param opts table: options to pass to the picker