Prechádzať zdrojové kódy

remove sessions from dashboard for now

christianchiarulli 4 rokov pred
rodič
commit
4e9e033798
1 zmenil súbory, kde vykonal 5 pridanie a 5 odobranie
  1. 5 5
      lua/lv-dashboard/init.lua

+ 5 - 5
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",
     },