From a5f43d65c8c435db05d8982b694ba281addc9e58 Mon Sep 17 00:00:00 2001 From: lytex Date: Tue, 28 Dec 2021 20:32:11 +0100 Subject: [PATCH] Fix find project keymapping Call :lua require('telescope').extensions.projects.projects() instead of :Telescope projects --- lua/user/whichkey.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/user/whichkey.lua b/lua/user/whichkey.lua index 5b9529d..11b6a7e 100644 --- a/lua/user/whichkey.lua +++ b/lua/user/whichkey.lua @@ -94,7 +94,7 @@ local mappings = { "Find files", }, ["F"] = { "Telescope live_grep theme=ivy", "Find Text" }, - ["P"] = { "Telescope projects", "Projects" }, + ["P"] = { "lua require('telescope').extensions.projects.projects()", "Projects" }, p = { name = "Packer",