update telescope path
This commit is contained in:
parent
d24692c45c
commit
25f546c8c6
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ return {
|
|||
event = "VimEnter",
|
||||
opts = function()
|
||||
local logo = [[
|
||||
__ _ __ _
|
||||
__ _ __ _
|
||||
/ / | | / / | |
|
||||
/ /__| | ___ __ __ / /__ __ _ _ | |
|
||||
/ // _` | / _ \\ \ / // / \ \ / /| | | || |
|
||||
|
@ -24,7 +24,7 @@ return {
|
|||
header = vim.split(logo, "\n"),
|
||||
-- stylua: ignore
|
||||
center = {
|
||||
{ action = LazyVim.telescope("files"), desc = " Find File", icon = " ", key = "f" },
|
||||
{ action = 'lua LazyVim.pick()()', desc = " Find File", icon = " ", key = "f" },
|
||||
{ action = "ene | startinsert", desc = " New File", icon = " ", key = "n" },
|
||||
{ action = "Telescope oldfiles", desc = " Recent Files", icon = " ", key = "r" },
|
||||
{ action = "Telescope live_grep", desc = " Find Text", icon = " ", key = "g" },
|
||||
|
|
Loading…
Reference in a new issue