mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
feat: new java mappings format for which-key v3
This commit is contained in:
parent
4189b53708
commit
f31ffcaf68
1 changed files with 1 additions and 1 deletions
|
|
@ -237,7 +237,7 @@ return {
|
||||||
{
|
{
|
||||||
mode = "n",
|
mode = "n",
|
||||||
buffer = args.buf,
|
buffer = args.buf,
|
||||||
{ "<leader>t", name = "+test" },
|
{ "<leader>t", group = "test" },
|
||||||
{
|
{
|
||||||
"<leader>tt",
|
"<leader>tt",
|
||||||
function()
|
function()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue