blob: 40a485e83f799b15b470d6df8b331ff636661d2f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
return {
'stevearc/oil.nvim',
dependencies = 'nvim-tree/nvim-web-devicons',
opts = {},
keys = { {
"<leader>ef",
function()
vim.cmd('topleft vsplit +Oil')
end,
desc = "Open Oil file explorer in a far left split, similar to :Lexplore"
} },
cmd = "Oil"
}
|