From 128251e575e8d3a12176ea7a738d81b317929f2d Mon Sep 17 00:00:00 2001 From: Oliver Ladner Date: Tue, 14 May 2024 12:14:22 +0200 Subject: [PATCH] Copilot shall analyze them YAML files too --- lua/weeheavy/plugins/copilot.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/weeheavy/plugins/copilot.lua b/lua/weeheavy/plugins/copilot.lua index 084514b..d40acfa 100644 --- a/lua/weeheavy/plugins/copilot.lua +++ b/lua/weeheavy/plugins/copilot.lua @@ -37,7 +37,7 @@ return { }, }, filetypes = { - yaml = false, + yaml = true, markdown = false, help = false, gitcommit = false,