diff --git a/.config/nvim/lua/plugins/dash.lua b/.config/nvim/lua/plugins/dash.lua index 2f655a3..d4495f5 100644 --- a/.config/nvim/lua/plugins/dash.lua +++ b/.config/nvim/lua/plugins/dash.lua @@ -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" },