Add which-key, lsp and dap and multiple keybinds

This commit is contained in:
Zam Kokott
2025-12-10 14:46:41 +00:00
parent 6073938c44
commit 0d78f3b576
6 changed files with 37 additions and 9 deletions

View File

@@ -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" },
})