fix(refactoring): add label to refactoring key group

This commit is contained in:
Mawdac 2024-05-17 10:06:54 -04:00
parent 735f5905f8
commit ef0a94ab1d

View file

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