55 current 2025-04-30 19:58:44 25.05.20250424.f771eb4 6.12.24 *

This commit is contained in:
2025-04-30 19:58:51 -04:00
parent 33aede1971
commit 86c8b18816

View File

@@ -44,6 +44,7 @@ vim.api.nvim_create_autocmd('VimEnter', {
callback = function()
local w = vim.g.goyo_if
if w then
vim.cmd 'BarbarDisable'
vim.schedule(hide)
end
end,