diff options
author | christianchiarulli <[email protected]> | 2021-07-07 22:03:25 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-07-07 22:03:25 -0400 |
commit | 4e9e033798e9019c23eabf120f3d6b3311d7877f (patch) | |
tree | 656a8efc461846a4fe8d234918ecf7ef7c6faa57 | |
parent | 23c7fab3b49560915f0fa6bdf07b399b6d9b75d9 (diff) |
remove sessions from dashboard for now
-rw-r--r-- | lua/lv-dashboard/init.lua | 10 |
1 files changed, 5 insertions, 5 deletions
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", }, |