From 4e9e033798e9019c23eabf120f3d6b3311d7877f Mon Sep 17 00:00:00 2001 From: christianchiarulli Date: Wed, 7 Jul 2021 22:03:25 -0400 Subject: remove sessions from dashboard for now --- lua/lv-dashboard/init.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lua') diff --git a/lua/lv-dashboard/init.lua b/lua/lv-dashboard/init.lua index d9511e90..7e6fc060 100644 --- a/lua/lv-dashboard/init.lua +++ b/lua/lv-dashboard/init.lua @@ -16,15 +16,15 @@ M.config = function() description = { " Recently Used Files" }, command = "Telescope oldfiles", }, + -- c = { + -- description = { " Load Last Session " }, + -- command = "SessionLoad", + -- }, c = { - description = { " Load Last Session " }, - command = "SessionLoad", - }, - d = { description = { " Find Word " }, command = "Telescope live_grep", }, - e = { + d = { description = { " Settings " }, command = ":e " .. CONFIG_PATH .. "/lv-config.lua", }, -- cgit v1.2.3