From ffd06e36f6067935d8cb9793905dd2e84e291310 Mon Sep 17 00:00:00 2001 From: Rafael Madriz Date: Thu, 12 May 2022 07:40:42 -0300 Subject: [PATCH] doc: telescope no longer supports lsp_code_actions Telescope removed support for `code_actions`. See: `help telescope.changelog-1866` Ref: https://github.com/nvim-telescope/telescope.nvim/pull/1866 Co-authored-by: Lewis Russell --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 681a92a11..4281b9eaa 100644 --- a/README.md +++ b/README.md @@ -301,7 +301,6 @@ null_ls.setup { ``` Will enable `:lua vim.lsp.buf.code_action()` to retrieve code actions from Gitsigns. -Alternatively if you have [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim) installed, you can use `:Telescope lsp_code_actions`. ### [trouble.nvim](https://github.com/folke/trouble.nvim)