Skip to content

Commit 854a4a8

Browse files
committed
revert some unwanted changes
1 parent 1e4cc31 commit 854a4a8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lua/eca/sidebar.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,6 @@ end
442442

443443
function M:_refresh_container_content()
444444
-- Refresh content without full setup
445-
-- Update chat header with mediator contexts
446445
if self.containers.chat then
447446
self:_set_welcome_content()
448447
end
@@ -493,7 +492,7 @@ function M:_setup_chat_container()
493492
-- Disable treesitter initially to prevent highlighting errors during setup
494493
vim.api.nvim_set_option_value("syntax", "off", { buf = chat.bufnr })
495494

496-
-- Set initial content after the header
495+
-- Set initial content first
497496
self:_set_welcome_content()
498497

499498
-- Set filetype to markdown for syntax highlighting

0 commit comments

Comments
 (0)