From 61ca2910c8d87ea47e4f3184bf9fe71c0bac140e Mon Sep 17 00:00:00 2001 From: Simon Lasbrugnas Date: Tue, 5 Nov 2024 15:12:00 +0100 Subject: [PATCH] chore(telescope): replace find_files with git_files command () --- lua/plugins/telescope.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/telescope.lua b/lua/plugins/telescope.lua index e1d773f..cb9f0c2 100644 --- a/lua/plugins/telescope.lua +++ b/lua/plugins/telescope.lua @@ -27,7 +27,7 @@ return { } end, keys = { - { "", "Telescope find_files", desc = "Find files" }, + { "", "Telescope git_files", desc = "Find files" }, { "p", function() require("telescope.builtin").live_grep({ no_ignore = true }) end,