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",