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/themes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/telescope/themes.lua') diff --git a/lua/telescope/themes.lua b/lua/telescope/themes.lua index 4c27bb9..0fe5d99 100644 --- a/lua/telescope/themes.lua +++ b/lua/telescope/themes.lua @@ -70,7 +70,7 @@ end --- --- `local builtin = require('telescope.builtin')` --- `local themes = require('telescope.themes')` ---- `builtin.lsp_code_actions(themes.get_cursor())` +--- `builtin.lsp_references(themes.get_cursor())` --- function themes.get_cursor(opts) opts = opts or {} -- cgit v1.2.3