From bd9e8a7eac1b3f921d293866abf7574d49cb610c Mon Sep 17 00:00:00 2001 From: Sam Rosenthal <39362114+SammRosenthal@users.noreply.github.com> Date: Sun, 4 Sep 2022 15:55:54 -0400 Subject: docs: update for git_files and live_grep (#2133) --- lua/telescope/builtin/init.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lua') diff --git a/lua/telescope/builtin/init.lua b/lua/telescope/builtin/init.lua index 6b27156..03b3134 100644 --- a/lua/telescope/builtin/init.lua +++ b/lua/telescope/builtin/init.lua @@ -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: --- - ``: opens the currently selected file ---@param opts table: options to pass to the picker -- cgit v1.2.3