fix(which-key): use new which-key support for native group keymaps (nop)

This commit is contained in:
Folke Lemaitre 2024-06-06 10:46:51 +02:00
parent bac4bba016
commit 8010f50aa5
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
8 changed files with 11 additions and 69 deletions

View file

@ -22,6 +22,7 @@ return {
}
end,
keys = {
{ "<leader>a", "", desc = "+ai" },
{
"<leader>aa",
function()
@ -66,16 +67,6 @@ return {
end,
},
{
"folke/which-key.nvim",
optional = true,
opts = {
defaults = {
["<leader>a"] = { name = "+ai" },
},
},
},
-- Telescope integration
{
"nvim-telescope/telescope.nvim",