Files
setup/.config/nvim/after/plugin/oil.lua
Radu Macocian (admac) 4ccadac7fe fixed addon path
2026-01-07 13:13:16 +01:00

20 lines
389 B
Lua

require("oil").setup({
float = {
padding = 2,
max_width = 120,
max_height = 0,
border = "rounded",
win_options = {
winblend = 15,
},
preview_split = "vertical"
},
keymaps = {
["q"] = "actions.close",
["<Esc>"] = "actions.close",
},
view_options = {
show_hidden = true
}
})