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 /lua/telescope/themes.lua | |
| parent | 5045d7e5e74208dbbf98271861b05ff42dc66360 (diff) | |
break: remove lsp code actions (#1866)
see :help telescope.changelog-1866 for more information
Diffstat (limited to 'lua/telescope/themes.lua')
| -rw-r--r-- | lua/telescope/themes.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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())` --- </code> function themes.get_cursor(opts) opts = opts or {} |
