chore: fmt

This commit is contained in:
amrbashir
2025-03-24 09:36:50 +02:00
parent 1b97f8f954
commit f674ba5734

View File

@@ -73,7 +73,7 @@ M.toggle = function()
buf = vim.api.nvim_get_current_buf() buf = vim.api.nvim_get_current_buf()
if cfg.position == "bottom" or cfg.position == "top" then if cfg.position == "bottom" or cfg.position == "top" then
vim.api.nvim_win_set_height(win, math.ceil(height)) vim.api.nvim_win_set_height(win, math.ceil(height))
end end
vim.api.nvim_win_set_width(win, math.ceil(width)) vim.api.nvim_win_set_width(win, math.ceil(width))