neovim-config/lua/plugins/oil-nvim.lua
Tyler Hallada c0d1d5dd70 Swap out nvim-tree with oil.nvim
Better plugin for what I want instead of trying to kludge a tree sidebar
plugin into a vinegar-style plugin.
2023-12-01 15:26:01 -05:00

4 lines
106 B
Lua

require("oil").setup()
vim.keymap.set("n", "-", require("oil").open, { desc = "Open parent directory" })