You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Warn when the new and old systems are used together.
74
+
# `autoEnableSources` is incompatible with the new `plugins.*.cmp` options
75
+
# TODO:
76
+
# - Have `autoEnableSources` default to no `plugins.*.cmp` options being enabled?
77
+
# - Maybe warn when `autoEnableSources` has highestPrio 1500?
78
+
# - I'm not sure how best to migrate to having `plugins.*.cmp.enable` default to true...
79
+
{
80
+
when=enabledCmpPlugins!=[];
81
+
message=''
82
+
You have enabled `autoEnableSources` that tells Nixvim to automatically enable the source plugins with respect to the list of sources provided in `settings.sources`.
83
+
However, ${builtins.toString(builtins.lengthenabledCmpPlugins)} plugins have cmp integration configured via `plugins.*.cmp`:${
0 commit comments