From c44df0d6c4d6b95c894a46146ce017ef62c941df Mon Sep 17 00:00:00 2001 From: Matt Leong Date: Fri, 5 Nov 2021 16:16:19 -0700 Subject: [PATCH] fix: grep string on dashboard --- lua/cosmic/core/dashboard/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/cosmic/core/dashboard/init.lua b/lua/cosmic/core/dashboard/init.lua index e685310..4a9c172 100644 --- a/lua/cosmic/core/dashboard/init.lua +++ b/lua/cosmic/core/dashboard/init.lua @@ -34,7 +34,7 @@ g.dashboard_custom_section = { }, find_string = { description = { icons.word .. ' Grep String fs' }, - command = 'NvimTreeToggle', + command = 'Telescope grep_string', }, last_session = { description = { icons.clock .. ' Load Session sl' },