AutoYADM commit: 2024-12-16 14:30:04

This commit is contained in:
Daniel Fichtinger 2024-12-16 14:30:04 -05:00
parent 0aadeec404
commit 8291c082f2
2 changed files with 7 additions and 5 deletions

View file

@ -1,6 +1,11 @@
return {
"stevearc/oil.nvim",
enabled = true,
-- lazy = false,
event = "VeryLazy",
keys = {
{ "n", "-", "<CMD>Oil<CR>", { desc = "Open Oil" } },
},
opts = {
default_file_explorer = false,
delete_to_trash = true,
@ -13,12 +18,9 @@ return {
-- "permissions",
},
keymaps = {
-- ["<BS>"] = "actions.parent",
["<BS>"] = "actions.parent",
},
},
keys = {
{ "n", "-", "<CMD>Oil<CR>", { desc = "Open Oil" } },
},
-- Optional dependencies
dependencies = { { "echasnovski/mini.icons", opts = {} } },
-- dependencies = { "nvim-tree/nvim-web-devicons" }, -- use if prefer nvim-web-devicons

View file

@ -1 +1 @@
return { "tridactyl/vim-tridactyl" }
return { lazy = true, "tridactyl/vim-tridactyl" }