docs: rewrite readme and add missing config values + builtin opts
This commit is contained in:
@@ -538,14 +538,14 @@ end
|
||||
--- such as deleting buffers or files.
|
||||
---
|
||||
--- Example usage:
|
||||
--- <pre>
|
||||
--- <code>
|
||||
--- actions.delete_something = function(prompt_bufnr)
|
||||
--- local current_picker = action_state.get_current_picker(prompt_bufnr)
|
||||
--- current_picker:delete_selection(function(selection)
|
||||
--- -- delete the selection outside of telescope
|
||||
--- end)
|
||||
--- end
|
||||
--- </pre>
|
||||
--- </code>
|
||||
---
|
||||
--- Example usage in telescope:
|
||||
--- - `actions.delete_buffer()`
|
||||
|
||||
Reference in New Issue
Block a user