From 57cbcf6ad7708741bc8a180734483847d25267f4 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Thu, 23 Jan 2025 14:59:49 -0600 Subject: [PATCH] copilot-lua: lazy load enable --- modules/nixvim/plugins/copilot/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/nixvim/plugins/copilot/default.nix b/modules/nixvim/plugins/copilot/default.nix index ee7692e..ed2f3a1 100644 --- a/modules/nixvim/plugins/copilot/default.nix +++ b/modules/nixvim/plugins/copilot/default.nix @@ -4,6 +4,8 @@ copilot-lua = { enable = true; + lazyLoad.settings.event = [ "DeferredUIEnter" ]; + settings = { panel.enabled = false; suggestion.enabled = false;