54 current 2025-04-30 17:58:00 25.05.20250424.f771eb4 6.12.24 *

This commit is contained in:
2025-04-30 17:58:06 -04:00
parent b0fcd74f59
commit 33aede1971

View File

@@ -42,7 +42,8 @@ vim.api.nvim_create_autocmd('VimEnter', {
group = grp, group = grp,
once = true, once = true,
callback = function() callback = function()
if vim.fn.exists('g:goyo_width') == 1 then local w = vim.g.goyo_if
if w then
vim.schedule(hide) vim.schedule(hide)
end end
end, end,