Add which-key, lsp and dap and multiple keybinds
This commit is contained in:
@@ -19,7 +19,7 @@ return {
|
||||
local wk = require("which-key")
|
||||
wk.add({
|
||||
{ "<leader>d", group = "Debug" },
|
||||
{ "<leader>f", group = "Files" },
|
||||
{ "<leader>f", group = "Telescope" },
|
||||
{ "<leader>t", group = "Test" },
|
||||
{ "<leader>c", group = "Code" },
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user