summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorSimon Hauser <Simon-Hauser@outlook.de>2021-08-04 22:39:40 +0200
committerSimon Hauser <Simon-Hauser@outlook.de>2021-08-04 22:41:18 +0200
commite7362e999683b4a0d18ec51656de93a9a9d98091 (patch)
treeac414342a148b26d28c94b78dcca6c52029190d9 /lua
parentd7cdfcbeb63af82a949a8cc0f9135631d2db5dc6 (diff)
chore: reformat docs after tree-sitter-lua changes
Diffstat (limited to 'lua')
-rw-r--r--lua/telescope/builtin/init.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/telescope/builtin/init.lua b/lua/telescope/builtin/init.lua
index b1153ee..ac78058 100644
--- a/lua/telescope/builtin/init.lua
+++ b/lua/telescope/builtin/init.lua
@@ -316,12 +316,12 @@ builtin.lsp_references = require("telescope.builtin.lsp").references
--- Goto the definition 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
----@field jump_type string: how to go to definition if there is only one, values: "tab", "split", "vsplit", "never"
+---@field jump_type string: how to goto definition if there is only one, values: "tab", "split", "vsplit", "never"
builtin.lsp_definitions = require("telescope.builtin.lsp").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
----@field jump_type string: how to go to implementation if there is only one, values: "tab", "split", "vsplit", "never"
+---@field jump_type string: how to goto implementation if there is only one, values: "tab", "split", "vsplit", "never"
builtin.lsp_implementations = require("telescope.builtin.lsp").implementations
--- Lists any LSP actions for the word under the cursor which can be triggered with `<cr>`