Skip to content

Commit

Permalink
doc: telescope no longer supports lsp_code_actions
Browse files Browse the repository at this point in the history
Telescope removed support for `code_actions`.
See: `help telescope.changelog-1866`

Ref: nvim-telescope/telescope.nvim#1866

Co-authored-by: Lewis Russell <lewis6991@gmail.com>
  • Loading branch information
rafamadriz and lewis6991 committed May 12, 2022
1 parent aca84fd commit ffd06e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit ffd06e3

Please sign in to comment.