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

This commit is contained in:
EJ authored and GitHub committed 2024-05-17 20:08:28 +02:00
1 parent 23374f160a
commit 39bec71ce9
1 file changed
+11
@@ -122,4 +122,15 @@ return {
end
end,
},
-- which key integration
{
"folke/which-key.nvim",
optional = true,
opts = {
defaults = {
["<leader>r"] = { name = "+refactor" },
},
},
},
}