Add which-key keymaps

Co-authored-by: Iordanis Petkakis <dpetka2001@gmail.com>
This commit is contained in:
Feliche-Demian Netliukh 2024-04-16 20:47:18 +01:00 committed by GitHub
parent 9d48a1015b
commit fa65f36f4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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