blink: disable lazy-loading

This commit is contained in:
Ching Pei Yang 2024-12-23 04:02:20 +01:00
parent 5e37fc549a
commit b43c5f163c
No known key found for this signature in database
GPG key ID: B3841364253DC4C8

View file

@ -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 = {