57 current 2025-04-30 20:05:12 25.05.20250424.f771eb4 6.12.24 *

This commit is contained in:
2025-04-30 20:05:19 -04:00
parent 2a76602362
commit 9d10d65c63

View File

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