diff --git a/lua/chatgpt_nvim/context.lua b/lua/chatgpt_nvim/context.lua index 757e906..f695e68 100644 --- a/lua/chatgpt_nvim/context.lua +++ b/lua/chatgpt_nvim/context.lua @@ -92,7 +92,7 @@ function M.get_file_contents(files) local data = uv.fs_read(fd, stat.size, 0) uv.fs_close(fd) if data then - table.insert(sections, "\n<<>> blocks for clarity.\n" + "\n\nBelow are the files from the project, each preceded by its filename in backticks and enclosed in triple backticks.\n" } table.insert(sections, file_sections)