Skip to content

Commit

Permalink
blink: disable lazy-loading
Browse files Browse the repository at this point in the history
  • Loading branch information
horriblename committed Dec 23, 2024
1 parent 5e37fc5 commit b43c5f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/plugins/completion/blink-cmp/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ in {
package = "blink-cmp";
setupModule = "blink.cmp";
inherit (cfg) setupOpts;
event = ["InsertEnter" "CmdlineEnter"];
# TODO: lazy disabled until lspconfig is lazy loaded
#
# event = ["InsertEnter" "CmdlineEnter"];
};

autocomplete = {
Expand Down

0 comments on commit b43c5f1

Please sign in to comment.