1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 11:24:55 +02:00
dotfiles/nvim/lua/config/oil.lua

12 lines
237 B
Lua

return {
float = {
-- Padding around the floating window
padding = 2,
max_width = 200,
max_height = 30,
border = "single",
win_options = {
winblend = 0,
},
},
}