diff --git a/docs-preview-725/options.html b/docs-preview-725/options.html index ca8e7240..5f220b1d 100644 --- a/docs-preview-725/options.html +++ b/docs-preview-725/options.html @@ -3527,14 +3527,17 @@ list of (null or package or one of “aerial-nvim”, “alpha-nvim”, “base1

Type: attribute set of (null or string)

-

Default: -{ }

+

Default:

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

Example:

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

Declared by: