fix: remove breakline prefix
This commit is contained in:
parent
4c5c3aa1a0
commit
43d6cb5930
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user