diff options
Diffstat (limited to '')
| -rw-r--r-- | lua/pml68/plugins.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lua/pml68/plugins.lua b/lua/pml68/plugins.lua index 067bf06..ce66b1b 100644 --- a/lua/pml68/plugins.lua +++ b/lua/pml68/plugins.lua @@ -47,6 +47,15 @@ local plugins = { view_options = { show_hidden = true, }, + float = { + padding = 2, + max_width = 50, + max_height = 0, + border = "single", + win_options = { + winblend = 0, + }, + }, }) end }, |
