From e7e90466de0571d39fe642cdfec1c577451b8be1 Mon Sep 17 00:00:00 2001 From: Simon Hauser Date: Mon, 25 Apr 2022 22:52:00 +0200 Subject: break: remove lsp code actions (#1866) see :help telescope.changelog-1866 for more information --- lua/telescope/builtin/init.lua | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'lua/telescope/builtin/init.lua') diff --git a/lua/telescope/builtin/init.lua b/lua/telescope/builtin/init.lua index 6f828b7..84eb18b 100644 --- a/lua/telescope/builtin/init.lua +++ b/lua/telescope/builtin/init.lua @@ -382,18 +382,6 @@ builtin.lsp_type_definitions = require("telescope.builtin.lsp").type_definitions ---@field trim_text boolean: trim results text (default: false) builtin.lsp_implementations = require_on_exported_call("telescope.builtin.lsp").implementations ---- Lists any LSP actions for the word under the cursor which can be triggered with `` ----@param opts table: options to pass to the picker ----@field timeout number: timeout for the sync call (default: 10000) -builtin.lsp_code_actions = require_on_exported_call("telescope.builtin.lsp").code_actions - ---- Lists any LSP actions for a given range, that can be triggered with `` ----@param opts table: options to pass to the picker ----@field timeout number: timeout for the sync call (default: 10000) ----@field start_line number: where the code action starts (default: handled by :'<,'>Telescope lsp_range_code_actions) ----@field end_line number: where the code action ends (default: handled by :'<,'>Telescope lsp_range_code_actions) -builtin.lsp_range_code_actions = require_on_exported_call("telescope.builtin.lsp").range_code_actions - --- Lists LSP document symbols in the current buffer --- - Default keymaps: --- - ``: show autocompletion menu to prefilter your query by type of symbol you want to see (i.e. `:variable:`) -- cgit v1.2.3