Fix find project keymapping

Call :lua require('telescope').extensions.projects.projects() instead of
:Telescope projects
pull/29/head
lytex 2 years ago
parent 6169d6a10b
commit a5f43d65c8
No known key found for this signature in database
GPG Key ID: 76C4950D0942C47C

@ -94,7 +94,7 @@ local mappings = {
"Find files",
},
["F"] = { "<cmd>Telescope live_grep theme=ivy<cr>", "Find Text" },
["P"] = { "<cmd>Telescope projects<cr>", "Projects" },
["P"] = { "<cmd>lua require('telescope').extensions.projects.projects()<cr>", "Projects" },
p = {
name = "Packer",

Loading…
Cancel
Save