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",
|
event = "VimEnter",
|
||||||
opts = function()
|
opts = function()
|
||||||
local logo = [[
|
local logo = [[
|
||||||
__ _ __ _
|
__ _ __ _
|
||||||
/ / | | / / | |
|
/ / | | / / | |
|
||||||
/ /__| | ___ __ __ / /__ __ _ _ | |
|
/ /__| | ___ __ __ / /__ __ _ _ | |
|
||||||
/ // _` | / _ \\ \ / // / \ \ / /| | | || |
|
/ // _` | / _ \\ \ / // / \ \ / /| | | || |
|
||||||
|
@ -24,7 +24,7 @@ return {
|
||||||
header = vim.split(logo, "\n"),
|
header = vim.split(logo, "\n"),
|
||||||
-- stylua: ignore
|
-- stylua: ignore
|
||||||
center = {
|
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 = "ene | startinsert", desc = " New File", icon = " ", key = "n" },
|
||||||
{ action = "Telescope oldfiles", desc = " Recent Files", icon = " ", key = "r" },
|
{ action = "Telescope oldfiles", desc = " Recent Files", icon = " ", key = "r" },
|
||||||
{ action = "Telescope live_grep", desc = " Find Text", icon = " ", key = "g" },
|
{ action = "Telescope live_grep", desc = " Find Text", icon = " ", key = "g" },
|
||||||
|
|
Loading…
Reference in a new issue