Skip to content

Commit 787b30b

Browse files
committed
Fix <leader><space> and formatting in dashboard
1 parent da231d7 commit 787b30b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

config/nvim/lua/config/keymaps.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ wunmap("gG")
103103
wunmap("bo")
104104
wunmap("bl")
105105
wunmap("br")
106+
wunmap(" ")
106107

107108
-- set menu items
108109
groups["D"] = "+devcontainer"

config/nvim/lua/plugins/snacks.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ return {
55
local keys = opts.dashboard.preset.keys
66
opts.dashboard.preset.keys[#keys + 1] = {
77
action = "<CMD>lua require('devcontainer-cli.devcontainer_cli').up()<CR>",
8-
desc = " Bringup Devcontainer",
8+
desc = "Bringup Devcontainer",
99
icon = LazyVim.config.icons.kinds.Package,
1010
key = "D",
1111
}

0 commit comments

Comments
 (0)