From babd63ff4878f1722bedc1f1cc4870085a8f2b5b Mon Sep 17 00:00:00 2001 From: Frank Roeder Date: Wed, 7 Aug 2024 09:02:24 +0200 Subject: [PATCH] fix: remove multifilecontent in default template --- lua/parrot/config.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lua/parrot/config.lua b/lua/parrot/config.lua index d43a865..df62ec4 100644 --- a/lua/parrot/config.lua +++ b/lua/parrot/config.lua @@ -106,11 +106,6 @@ local defaults = { template_selection = [[ I have the following content from {{filename}}: - Here is the full context: - ```{{filetype}} - {{multifilecontent}} - ``` - ```{{filetype}} {{selection}} ```