From d17212d737472a11f2d101e4d091a1b821c33f4c Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Tue, 12 Nov 2024 14:00:03 -0500 Subject: [PATCH] AutoYADM commit: 2024-11-12 14:00:03 --- .config/nvim/lua/plugins/dashboard.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/nvim/lua/plugins/dashboard.lua b/.config/nvim/lua/plugins/dashboard.lua index e63142cb..e8041d52 100644 --- a/.config/nvim/lua/plugins/dashboard.lua +++ b/.config/nvim/lua/plugins/dashboard.lua @@ -64,7 +64,7 @@ YMMMUP^ -- { action = 'lua LazyVim.pick("oldfiles")()', desc = " Recent Files", icon = " ", key = "r" }, -- { action = 'lua LazyVim.pick("live_grep")()', desc = " Grep", icon = " ", key = "/" }, -- { action = function() LazyVim.lazygit( { cwd = LazyVim.root.git() }) end, desc = " Git", icon = " ", key = "g" }, - -- { action = 'lua LazyVim.pick.config_files()()', desc = " Search Config", icon = " ", key = "c" }, + { action = 'lua LazyVim.pick.config_files()()', desc = " Search Config", icon = " ", key = "c" }, -- { action = openConfig, desc = " Open Config", icon = " ", key = "c" }, { action = 'lua require("persistence").load()', desc = " Restore Session", icon = " ", key = "s" }, -- { action = 'lua require("persistence").select()', desc = " Select Session", icon = "󱦞 ", key = "S" },