Files
setup/.config/nvim/after/plugin/oil.lua
Radu Macocian (admac) 7654b61e32 changed to oil.nvim
2025-12-04 15:58:56 +01:00

13 lines
240 B
Lua

require("oil").setup({
float = {
padding = 2,
max_width = 60,
max_height = 0,
border = "rounded",
win_options = {
winblend = 15,
},
preview_split = "vertical"
}
})