diff options
| author | Simon Hauser <Simon-Hauser@outlook.de> | 2022-04-25 22:52:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-25 22:52:00 +0200 |
| commit | e7e90466de0571d39fe642cdfec1c577451b8be1 (patch) | |
| tree | 6fbec8063e7e6e1c39892c0e246172534e6e606f /README.md | |
| parent | 5045d7e5e74208dbbf98271861b05ff42dc66360 (diff) | |
break: remove lsp code actions (#1866)
see :help telescope.changelog-1866 for more information
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -301,8 +301,6 @@ Built-in functions. Ready to be bound to any key you like. | `builtin.lsp_document_symbols` | Lists LSP document symbols in the current buffer | | `builtin.lsp_workspace_symbols` | Lists LSP document symbols in the current workspace | | `builtin.lsp_dynamic_workspace_symbols` | Dynamically Lists LSP for all workspace symbols | -| `builtin.lsp_code_actions` | Lists any LSP actions for the word under the cursor, that can be triggered with `<cr>` | -| `builtin.lsp_range_code_actions` | Lists any LSP actions for a given range, that can be triggered with `<cr>` | | `builtin.diagnostics` | Lists Diagnostics for all open buffers or a specific buffer. Use option `bufnr=0` for current buffer. | | `builtin.lsp_implementations` | Goto the implementation of the word under the cursor if there's only one, otherwise show all options in Telescope | | `builtin.lsp_definitions` | Goto the definition of the word under the cursor, if there's only one, otherwise show all options in Telescope | |
