From 21ea793241247c890aa5c4d1035aecfb156d45ec Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Thu, 12 Dec 2024 21:16:28 +0100 Subject: [PATCH] feat: change the files encapsulation --- lua/chatgpt_nvim/context.lua | 2 +- lua/chatgpt_nvim/init.lua | 9 +-------- 2 files changed, 2 insertions(+), 9 deletions(-) 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)