home: vim: fix unimpaired mapping groups
All checks were successful
ci/woodpecker/push/check Pipeline was successful

This commit is contained in:
Bruno BELANYI 2024-09-09 15:27:51 +00:00
parent fbd3b70d61
commit e67b055a7b

View file

@ -66,7 +66,7 @@ local keys = {
{ "]d", lsp.goto_next_diagnostic, desc = "Next diagnostic" },
-- Enable option
{ "[o", desc = "Enable option" },
{ "[o", group = "Enable option" },
{ "[ob", desc = "Light background" },
{ "[oc", desc = "Cursor line" },
{ "[od", desc = "Diff" },
@ -85,7 +85,7 @@ local keys = {
{ "[oz", desc = "Spell checking" },
-- Disable option
{ "]o", desc = "Disable option" },
{ "]o", group = "Disable option" },
{ "]ob", desc = "Light background" },
{ "]oc", desc = "Cursor line" },
{ "]od", desc = "Diff" },