mirror of
https://github.com/macocianradu/setup.git
synced 2026-03-18 21:00:04 +00:00
17 lines
334 B
Lua
17 lines
334 B
Lua
require("oil").setup({
|
|
float = {
|
|
padding = 2,
|
|
max_width = 60,
|
|
max_height = 0,
|
|
border = "rounded",
|
|
win_options = {
|
|
winblend = 15,
|
|
},
|
|
preview_split = "vertical"
|
|
},
|
|
keymaps = {
|
|
["q"] = "actions.close",
|
|
["<Esc>"] = "actions.close",
|
|
},
|
|
})
|