Revert "Remove oil.nvim, configure netrw"

This reverts commit 94e6c8ab13.
This commit is contained in:
Oliver Davies 2024-05-15 19:11:01 +01:00
parent 83edc8c963
commit e6e8cd5fa6
3 changed files with 7 additions and 0 deletions

3
after/plugin/oil.lua Normal file
View file

@ -0,0 +1,3 @@
require("oil").setup {}
vim.keymap.set("n", "-", "<cmd>Oil<cr>", { desc = "Open parent directory" })