docs: update for git_files and live_grep (#2133)

This commit is contained in:
Sam Rosenthal
2022-09-04 15:55:54 -04:00
committed by GitHub
parent 2b5060362b
commit bd9e8a7eac
3 changed files with 7 additions and 9 deletions

View File

@@ -45,7 +45,7 @@ end
--
--
--- Search for a string and get results live as you type (respecting .gitignore)
--- Search for a string and get results live as you type, respects .gitignore
---@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 grep_open_files boolean: if true, restrict search to open files only, mutually exclusive with `search_dirs`
@@ -123,8 +123,8 @@ builtin.current_buffer_tags = require_on_exported_call("telescope.builtin.__file
--
--
--- Fuzzy search for files tracked by Git. This command lists the output of the `git ls-files` command, respects
--- .gitignore, and optionally ignores untracked files
--- Fuzzy search for files tracked by Git. This command lists the output of the `git ls-files` command,
--- respects .gitignore
--- - Default keymaps:
--- - `<cr>`: opens the currently selected file
---@param opts table: options to pass to the picker