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 1e4cc31 commit 854a4a8Copy full SHA for 854a4a8
lua/eca/sidebar.lua
@@ -442,7 +442,6 @@ end
442
443
function M:_refresh_container_content()
444
-- Refresh content without full setup
445
- -- Update chat header with mediator contexts
446
if self.containers.chat then
447
self:_set_welcome_content()
448
end
@@ -493,7 +492,7 @@ function M:_setup_chat_container()
493
492
-- Disable treesitter initially to prevent highlighting errors during setup
494
vim.api.nvim_set_option_value("syntax", "off", { buf = chat.bufnr })
495
496
- -- Set initial content after the header
+ -- Set initial content first
497
498
499
-- Set filetype to markdown for syntax highlighting
0 commit comments