diff options
| author | cristiansofronie <53446505+cristiansofronie@users.noreply.github.com> | 2023-02-19 14:41:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-19 13:41:28 +0100 |
| commit | f40e3e2304c633411ddf266075f7db5184b1db02 (patch) | |
| tree | cfb77a4a555d593c325e25313c4a1f9ee491a15f /lua/telescope/builtin/init.lua | |
| parent | 5d9658c39dca8dd8538dd3eb1ef767374cd9b88f (diff) | |
feat: support selection for grep_string (#2333)
Diffstat (limited to 'lua/telescope/builtin/init.lua')
| -rw-r--r-- | lua/telescope/builtin/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/telescope/builtin/init.lua b/lua/telescope/builtin/init.lua index e74cdf4..d0d669d 100644 --- a/lua/telescope/builtin/init.lua +++ b/lua/telescope/builtin/init.lua @@ -57,7 +57,7 @@ end ---@field disable_coordinates boolean: don't show the line & row numbers (default: false) builtin.live_grep = require_on_exported_call("telescope.builtin.__files").live_grep ---- Searches for the string under your cursor in your current working directory +--- Searches for the string under your cursor or the visual selection in your current working directory ---@param opts table: options to pass to the picker ---@field cwd string: root dir to search from (default: cwd, use utils.buffer_dir() to search relative to open buffer) ---@field search string: the query to search |
