From e30bff19b59c4b38897f78424f0b2f3283b4840e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Mon, 5 Jan 2026 10:17:04 +0100 Subject: [PATCH] feat: disable sh filetype in copilot --- lua/plugins/copilot.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/plugins/copilot.lua b/lua/plugins/copilot.lua index b1e2a40..eaf394b 100644 --- a/lua/plugins/copilot.lua +++ b/lua/plugins/copilot.lua @@ -16,7 +16,6 @@ now_if_args(function() nix = true, python = true, rust = true, - sh = true, typescript = true, }