From 5ea16d4653c4c791c1d3acaf9c55bf1a4396b22d Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Mon, 25 Nov 2024 17:22:22 +0200 Subject: [PATCH] chore(nvim): add leader sf for file finder --- config/nvim/lua/plugins/which-key.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/nvim/lua/plugins/which-key.lua b/config/nvim/lua/plugins/which-key.lua index 22e4843..7403997 100644 --- a/config/nvim/lua/plugins/which-key.lua +++ b/config/nvim/lua/plugins/which-key.lua @@ -196,6 +196,11 @@ return { 'Telescope diagnostics', desc = 'Search Diagnostics', }, + { + 'sf', + 'Telescope find_files', + desc = 'Find files', + }, { 'sg', 'Telescope live_grep',