update telescope path

This commit is contained in:
Amarpreet Minhas 2024-10-07 22:33:08 -04:00
parent d24692c45c
commit 25f546c8c6

View file

@ -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" },