home: vim: migrate to 'oil.nvim'

This commit is contained in:
Bruno BELANYI 2024-07-10 21:40:36 +01:00
parent 04de570926
commit b0379f138e
3 changed files with 12 additions and 1 deletions

View file

@ -0,0 +1,8 @@
local wk = require("which-key")
local oil = require("oil")
local keys = {
["-"] = { oil.open, "Open parent directory" },
}
wk.register(keys)