mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Add which-key keymaps
Co-authored-by: Iordanis Petkakis <dpetka2001@gmail.com>
This commit is contained in:
parent
9d48a1015b
commit
fa65f36f4e
1 changed files with 9 additions and 0 deletions
|
|
@ -138,6 +138,15 @@ return {
|
|||
handlers = {},
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
"folke/which-key.nvim",
|
||||
opts = {
|
||||
defaults = {
|
||||
["<leader>ct"] = { name = "+Project", ["🚫"] = "which_key_ignore" },
|
||||
["<leader>cL"] = { name = "+Log", ["🚫"] = "which_key_ignore" },
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
"mfussenegger/nvim-dap",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue