summaryrefslogtreecommitdiff
path: root/lua/core/dashboard.lua
diff options
context:
space:
mode:
authorkylo252 <[email protected]>2021-08-22 08:35:50 +0200
committerGitHub <[email protected]>2021-08-22 08:35:50 +0200
commitc5c9ae0fb68567c2a207c8c486b03bbafc650f98 (patch)
treeda89a85fa5e34816c133191ad55dc31ada879bf7 /lua/core/dashboard.lua
parent33640834e4b07a8e9c5a6707ec0eadd863011ac0 (diff)
[fix]: don't overwrite user's dashboard config (#1366)
Diffstat (limited to 'lua/core/dashboard.lua')
-rw-r--r--lua/core/dashboard.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/lua/core/dashboard.lua b/lua/core/dashboard.lua
index f98721cc..63ae7294 100644
--- a/lua/core/dashboard.lua
+++ b/lua/core/dashboard.lua
@@ -31,7 +31,10 @@ M.config = function()
description = { " Find File " },
command = "Telescope find_files",
},
- -- b is reserved for the core.project module
+ b = {
+ description = { " Recent Projects " },
+ command = "Telescope projects",
+ },
c = {
description = { " Recently Used Files" },
command = "Telescope oldfiles",