Skip to content

Commit 0df6566

Browse files
pin telescope version (avoids broken project.nvim)
2 parents 6169d6a + a5f43d6 commit 0df6566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/user/whichkey.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ local mappings = {
9494
"Find files",
9595
},
9696
["F"] = { "<cmd>Telescope live_grep theme=ivy<cr>", "Find Text" },
97-
["P"] = { "<cmd>Telescope projects<cr>", "Projects" },
97+
["P"] = { "<cmd>lua require('telescope').extensions.projects.projects()<cr>", "Projects" },
9898

9999
p = {
100100
name = "Packer",

0 commit comments

Comments
 (0)