From 03ec31253fc868b3ab5a8217640ec04248ae0046 Mon Sep 17 00:00:00 2001 From: Philipp Schmitt Date: Tue, 20 Sep 2022 08:02:35 +0200 Subject: feat(telecope): set show_untracked by default (#2984) * feat: optionally show untracked files with find_project_files * feat(telecope): set show_untracked by default Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com> --- lua/lvim/core/telescope.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lua/lvim/core/telescope.lua') diff --git a/lua/lvim/core/telescope.lua b/lua/lvim/core/telescope.lua index f556913b..a743bfa4 100644 --- a/lua/lvim/core/telescope.lua +++ b/lua/lvim/core/telescope.lua @@ -79,6 +79,9 @@ function M.config() --@usage don't include the filename in the search results only_sort_text = true, }, + git_files = { + show_untracked = true, + }, }, extensions = { fzf = { -- cgit v1.2.3