diff options
Diffstat (limited to '')
-rw-r--r-- | .config/nvim/lua/config/lazy.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/lua/config/lazy.lua b/.config/nvim/lua/config/lazy.lua index fefe2af..02f3eda 100644 --- a/.config/nvim/lua/config/lazy.lua +++ b/.config/nvim/lua/config/lazy.lua @@ -115,7 +115,7 @@ require('lazy').setup({ }, winopts = { width = 1, - height = 0.45, + height = 0.35, row = 1, border = 'none', preview = { |