fix(refactoring): add label to refactoring key group (#3201)

This commit is contained in:
EJ 2024-05-17 14:08:28 -04:00 committed by GitHub
parent 23374f160a
commit 39bec71ce9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -122,4 +122,15 @@ return {
end end
end, end,
}, },
-- which key integration
{
"folke/which-key.nvim",
optional = true,
opts = {
defaults = {
["<leader>r"] = { name = "+refactor" },
},
},
},
} }