From a3cf3b1f2a6f2fce80833753a133c9983e56d4e2 Mon Sep 17 00:00:00 2001 From: Landon Schropp Date: Thu, 23 Dec 2021 02:56:19 -0600 Subject: [Feature]: Use Telescope's git_files with fallback (#2089) --- lua/lvim/core/which-key.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/lvim/core/which-key.lua') diff --git a/lua/lvim/core/which-key.lua b/lua/lvim/core/which-key.lua index 88af028f..a1bc3011 100644 --- a/lua/lvim/core/which-key.lua +++ b/lua/lvim/core/which-key.lua @@ -68,7 +68,7 @@ M.config = function() ["q"] = { "q!", "Quit" }, ["/"] = { "lua require('Comment').toggle()", "Comment" }, ["c"] = { "BufferClose!", "Close Buffer" }, - ["f"] = { "Telescope find_files", "Find File" }, + ["f"] = { require("lvim.core.telescope.custom-finders").find_project_files, "Find File" }, ["h"] = { "nohlsearch", "No Highlight" }, b = { name = "Buffers", -- cgit v1.2.3