please work

This commit is contained in:
Sakooooo 2023-08-11 12:57:08 +03:00
parent f465676111
commit f3b0c88278
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -86,17 +86,7 @@ M.banner_alt_2 = {
function M.get_sections()
local header = {
type = "text",
val = function()
local alpha_wins = vim.tbl_filter(function(win)
local buf = vim.api.nvim_win_get_buf(win)
return vim.api.nvim_buf_get_option(buf, "filetype") == "alpha"
end, vim.api.nvim_list_wins())
if vim.api.nvim_win_get_height(alpha_wins[#alpha_wins]) < 36 then
return M.banner_small
end
return banner
end,
val = banner,
opts = {
position = "center",
hl = "Label",