neovim-config/lua/plugins/oil.lua
Tyler Hallada 1bd905a6bf Switch to new lazy-based config
Still a bit WIP. Gradually adding back old plugins and config from old config.
2023-12-01 15:26:02 -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" } },
},
}