mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-06-04 11:44:21 +00:00
fix: fix builtins lazy loading (#2590)
(cherry picked from commit 0e0600908d)
This commit is contained in:
committed by
Simon Hauser
parent
d64202bbfe
commit
5077c3d6e6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user