home: vim: update for 'which-key' v3
It complains quite loudly about the legacy mapping syntax.
This commit is contained in:
parent
4de7886950
commit
58760280be
7 changed files with 208 additions and 193 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue