mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Update project.lua
When directly inputting "Telescope projects" in the command mode, an error will be reported, and the error message is "[telescope.run_command]: Unknown command". If the character 's' in word "projects" is removed, the command will be executed successfully and will not affect the execution of <leader>fp
This commit is contained in:
parent
25d37a2cdd
commit
7e62c0bf43
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ return {
|
|||
require("telescope").load_extension("projects")
|
||||
end,
|
||||
keys = {
|
||||
{ "<leader>fp", "<Cmd>Telescope projects<CR>", desc = "Projects" },
|
||||
{ "<leader>fp", "<Cmd>Telescope project<CR>", desc = "Projects" },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue