You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
---@fieldinclude_declarationboolean: include symbol declaration in the lsp references (default: true)
418
418
---@fieldinclude_current_lineboolean: include current line (default: false)
419
-
---@fieldjump_typestring: how to goto reference if there is only one and the definition file is different from the current file, values: "tab", "split", "vsplit", "never"
419
+
---@fieldjump_typestring: how to goto reference if there is only one and the definition file is different from the current file, values: "tab", "tab drop", "split", "vsplit", "never"
420
420
---@fieldfname_widthnumber: defines the width of the filename section (default: 30)
421
421
---@fieldshow_lineboolean: show results text (default: true)
422
422
---@fieldtrim_textboolean: trim results text (default: false)
--- Goto the definition of the word under the cursor, if there's only one, otherwise show all options in Telescope
443
443
---@paramoptstable: options to pass to the picker
444
-
---@fieldjump_typestring: how to goto definition if there is only one and the definition file is different from the current file, values: "tab", "split", "vsplit", "never"
444
+
---@fieldjump_typestring: how to goto definition if there is only one and the definition file is different from the current file, values: "tab", "tab drop", "split", "vsplit", "never"
445
445
---@fieldfname_widthnumber: defines the width of the filename section (default: 30)
446
446
---@fieldshow_lineboolean: show results text (default: true)
447
447
---@fieldtrim_textboolean: trim results text (default: false)
--- Goto the definition of the type of the word under the cursor, if there's only one,
453
453
--- otherwise show all options in Telescope
454
454
---@paramoptstable: options to pass to the picker
455
-
---@fieldjump_typestring: how to goto definition if there is only one and the definition file is different from the current file, values: "tab", "split", "vsplit", "never"
455
+
---@fieldjump_typestring: how to goto definition if there is only one and the definition file is different from the current file, values: "tab", "tab drop", "split", "vsplit", "never"
456
456
---@fieldfname_widthnumber: defines the width of the filename section (default: 30)
457
457
---@fieldshow_lineboolean: show results text (default: true)
458
458
---@fieldtrim_textboolean: trim results text (default: false)
--- Goto the implementation of the word under the cursor if there's only one, otherwise show all options in Telescope
464
464
---@paramoptstable: options to pass to the picker
465
-
---@fieldjump_typestring: how to goto implementation if there is only one and the definition file is different from the current file, values: "tab", "split", "vsplit", "never"
465
+
---@fieldjump_typestring: how to goto implementation if there is only one and the definition file is different from the current file, values: "tab", "tab drop", "split", "vsplit", "never"
466
466
---@fieldfname_widthnumber: defines the width of the filename section (default: 30)
467
467
---@fieldshow_lineboolean: show results text (default: true)
468
468
---@fieldtrim_textboolean: trim results text (default: false)
0 commit comments