We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b4db6b commit 7b88522Copy full SHA for 7b88522
lua/opencode/ui/ui.lua
@@ -12,12 +12,6 @@ function M.scroll_to_bottom()
12
local line_count = vim.api.nvim_buf_line_count(state.windows.output_buf)
13
vim.api.nvim_win_set_cursor(state.windows.output_win, { line_count, 0 })
14
15
- vim.schedule(function()
16
- vim.api.nvim_win_call(state.windows.output_win, function()
17
- vim.cmd('normal! zb')
18
- end)
19
20
-
21
-- TODO: shouldn't have hardcoded calls to render_markdown,
22
-- should support user callbacks
23
vim.defer_fn(function()
0 commit comments