neovim-config/lua/plugins/oil-nvim.lua
Tyler Hallada 2751d51b8f 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-06-29 15:28:39 -04:00

4 lines
106 B
Lua

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