We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da231d7 commit cc02f0dCopy full SHA for cc02f0d
config/nvim/lua/config/keymaps.lua
@@ -103,6 +103,7 @@ wunmap("gG")
103
wunmap("bo")
104
wunmap("bl")
105
wunmap("br")
106
+wunmap("<leader>")
107
108
-- set menu items
109
groups["D"] = "+devcontainer"
config/nvim/lua/plugins/snacks.lua
@@ -5,7 +5,7 @@ return {
5
local keys = opts.dashboard.preset.keys
6
opts.dashboard.preset.keys[#keys + 1] = {
7
action = "<CMD>lua require('devcontainer-cli.devcontainer_cli').up()<CR>",
8
- desc = " Bringup Devcontainer",
+ desc = "Bringup Devcontainer",
9
icon = LazyVim.config.icons.kinds.Package,
10
key = "D",
11
}
0 commit comments