mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 11:24:55 +02:00
12 lines
237 B
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,
|
|
},
|
|
},
|
|
}
|