fix: remove breakline prefix
This commit is contained in:
@@ -470,7 +470,7 @@ function M.render_sidebar()
|
|||||||
|
|
||||||
local timestamp = get_timestamp()
|
local timestamp = get_timestamp()
|
||||||
update_result_buf_content(
|
update_result_buf_content(
|
||||||
"\n\n## " .. timestamp .. "\n\n> " .. user_input:gsub("\n", "\n> ") .. "\n\nGenerating response...\n"
|
"## " .. timestamp .. "\n\n> " .. user_input:gsub("\n", "\n> ") .. "\n\nGenerating response...\n"
|
||||||
)
|
)
|
||||||
|
|
||||||
local code_buf = get_cur_code_buf()
|
local code_buf = get_cur_code_buf()
|
||||||
|
|||||||
Reference in New Issue
Block a user