Add oil.nvim

This commit is contained in:
Oliver Davies 2024-04-24 21:35:35 +01:00
parent 2af1332ad2
commit 50944ccc71
2 changed files with 4 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" })