1

Refresh generated nvim config

This commit is contained in:
2024-06-03 21:11:20 +02:00
parent fd506d4921
commit 50723ef645
2114 changed files with 84528 additions and 44473 deletions

View File

@ -53,6 +53,9 @@ telescope.actions.history.History:new() telescope.txt /*telescope.actions.histor
telescope.actions.history.History:reset() telescope.txt /*telescope.actions.history.History:reset()*
telescope.actions.history.get_simple_history() telescope.txt /*telescope.actions.history.get_simple_history()*
telescope.actions.history.new() telescope.txt /*telescope.actions.history.new()*
telescope.actions.insert_original_cWORD() telescope.txt /*telescope.actions.insert_original_cWORD()*
telescope.actions.insert_original_cfile() telescope.txt /*telescope.actions.insert_original_cfile()*
telescope.actions.insert_original_cline() telescope.txt /*telescope.actions.insert_original_cline()*
telescope.actions.insert_original_cword() telescope.txt /*telescope.actions.insert_original_cword()*
telescope.actions.insert_symbol() telescope.txt /*telescope.actions.insert_symbol()*
telescope.actions.insert_symbol_i() telescope.txt /*telescope.actions.insert_symbol_i()*

View File

@ -3393,6 +3393,30 @@ actions.insert_original_cword({prompt_bufnr}) *telescope.actions.insert_original
{prompt_bufnr} (number) The prompt bufnr
actions.insert_original_cWORD({prompt_bufnr}) *telescope.actions.insert_original_cWORD()*
Insert the WORD under the cursor of the original (pre-Telescope) window
Parameters: ~
{prompt_bufnr} (number) The prompt bufnr
actions.insert_original_cfile({prompt_bufnr}) *telescope.actions.insert_original_cfile()*
Insert the file under the cursor of the original (pre-Telescope) window
Parameters: ~
{prompt_bufnr} (number) The prompt bufnr
actions.insert_original_cline({prompt_bufnr}) *telescope.actions.insert_original_cline()*
Insert the line under the cursor of the original (pre-Telescope) window
Parameters: ~
{prompt_bufnr} (number) The prompt bufnr
================================================================================
ACTIONS_STATE *telescope.actions.state*