|
@@ -16,15 +16,15 @@ M.config = function()
|
|
description = { " Recently Used Files" },
|
|
description = { " Recently Used Files" },
|
|
command = "Telescope oldfiles",
|
|
command = "Telescope oldfiles",
|
|
},
|
|
},
|
|
|
|
+ -- c = {
|
|
|
|
+ -- description = { " Load Last Session " },
|
|
|
|
+ -- command = "SessionLoad",
|
|
|
|
+ -- },
|
|
c = {
|
|
c = {
|
|
- description = { " Load Last Session " },
|
|
|
|
- command = "SessionLoad",
|
|
|
|
- },
|
|
|
|
- d = {
|
|
|
|
description = { " Find Word " },
|
|
description = { " Find Word " },
|
|
command = "Telescope live_grep",
|
|
command = "Telescope live_grep",
|
|
},
|
|
},
|
|
- e = {
|
|
|
|
|
|
+ d = {
|
|
description = { " Settings " },
|
|
description = { " Settings " },
|
|
command = ":e " .. CONFIG_PATH .. "/lv-config.lua",
|
|
command = ":e " .. CONFIG_PATH .. "/lv-config.lua",
|
|
},
|
|
},
|