Revert "Remove oil.nvim, configure netrw"
This reverts commit 94e6c8ab13.
This commit is contained in:
parent
83edc8c963
commit
e6e8cd5fa6
3 changed files with 7 additions and 0 deletions
3
after/plugin/oil.lua
Normal file
3
after/plugin/oil.lua
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
require("oil").setup {}
|
||||
|
||||
vim.keymap.set("n", "-", "<cmd>Oil<cr>", { desc = "Open parent directory" })
|
||||
Reference in a new issue