Skip to content

Commit

Permalink
copilot-lua: lazy load enable
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Jan 23, 2025
1 parent 36d77f4 commit 57cbcf6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/nixvim/plugins/copilot/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
copilot-lua = {
enable = true;

lazyLoad.settings.event = [ "DeferredUIEnter" ];

settings = {
panel.enabled = false;
suggestion.enabled = false;
Expand Down

0 comments on commit 57cbcf6

Please sign in to comment.