mirror of
https://github.com/harivansh-afk/nvim.git
synced 2026-04-15 10:05:17 +00:00
clean
This commit is contained in:
parent
ecfa272a40
commit
77c3b62a35
9 changed files with 48 additions and 95 deletions
|
|
@ -1,9 +1,11 @@
|
|||
return {
|
||||
"stevearc/oil.nvim",
|
||||
dependencies = { "nvim-tree/nvim-web-devicons", "malewicz1337/oil-git.nvim" },
|
||||
cmd = "Oil",
|
||||
event = 'VeryLazy',
|
||||
keys = {
|
||||
{ "-", "<cmd>Oil<cr>", desc = "Open parent directory" },
|
||||
{ "<leader>e", "<cmd>Oil<cr>", desc = "Open file explorer" },
|
||||
},
|
||||
config = function(_, opts)
|
||||
require("oil").setup(opts)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue