diff --git a/options.html b/options.html index 88cbc93a..71e14d99 100644 --- a/options.html +++ b/options.html @@ -3609,10 +3609,11 @@ list of (null or package or one of “blink-cmp”, “aerial-nvim”, “alpha-

Type: attribute set of (null or string)

-

Default: -These sources are included by default:

nvim-cmp = null;
-buffer = "[Buffer]";
-path = "[Path]";
+

Default:

{
+  buffer = "[Buffer]";
+  nvim-cmp = null;
+  path = "[Path]";
+}
 

Example:

{