neovim-config/lua/plugins/oil.lua
Tyler Hallada d23c57c5d0 Switch to new lazy-based config
Still a bit WIP. Gradually adding back old plugins and config from old config.
2023-11-27 01:31:45 -05:00

9 lines
198 B
Lua

return {
"stevearc/oil.nvim",
opts = {},
dependencies = { "nvim-tree/nvim-web-devicons" },
keys = {
{ "-", "<cmd>Oil<cr>", { desc = "Open parent directory in current buffer" } },
},
}