telescope: add lazy cmd
This commit is contained in:
parent
3fbc02368d
commit
0470222a98
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ return {
|
|||
"nvim-tree/nvim-web-devicons",
|
||||
},
|
||||
opts = {},
|
||||
cmd = "Telescope",
|
||||
keys = {
|
||||
{ "<Space>f", "<cmd>Telescope find_files<CR>", desc = "Find files" },
|
||||
{ "<Space><Space>", "<cmd>Telescope oldfiles<CR>", desc = "Recent files" },
|
||||
|
|
Loading…
Reference in a new issue