home: vim: update for 'which-key' v3

It complains quite loudly about the legacy mapping syntax.
This commit is contained in:
Bruno BELANYI 2024-07-20 22:43:19 +01:00
parent 4de7886950
commit 58760280be
7 changed files with 208 additions and 193 deletions

View file

@ -28,7 +28,7 @@ oil.setup({
})
local keys = {
["-"] = { oil.open, "Open parent directory" },
{ "-", oil.open, desc = "Open parent directory" },
}
wk.register(keys)
wk.add(keys)