From 344fc0b4f3438e95626da90e198d59955837ed00 Mon Sep 17 00:00:00 2001 From: jasmine Date: Wed, 9 Apr 2025 22:51:49 +0800 Subject: [PATCH] feat: disable copilot globally --- config/plugins/cmp/copilot.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/config/plugins/cmp/copilot.nix b/config/plugins/cmp/copilot.nix index e00fd5a..0ecb16e 100644 --- a/config/plugins/cmp/copilot.nix +++ b/config/plugins/cmp/copilot.nix @@ -4,7 +4,6 @@ settings = { filetypes = { "*" = false; - "nix" = true; }; workspace_folders = [ "/home/sajenim/.repositories/dotfiles.nix/"