This repository has been archived on 2025-01-07. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
opdavies.nvim/after/plugin/oil.lua
2024-04-24 21:35:35 +01:00

3 lines
102 B
Lua

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