diff --git a/lua/opencode/ui/footer.lua b/lua/opencode/ui/footer.lua index f459650a..5c332bc9 100644 --- a/lua/opencode/ui/footer.lua +++ b/lua/opencode/ui/footer.lua @@ -160,6 +160,7 @@ function M.setup(windows) state.subscribe('restore_points', on_change) vim.api.nvim_create_autocmd({ 'VimResized', 'WinResized' }, { + group = vim.api.nvim_create_augroup('OpencodeFooterResize', { clear = true }), callback = function() M.update_window(windows) end,