diff --git a/docs-preview-786/highlightjs/LICENSE b/docs-preview-793/highlightjs/LICENSE similarity index 100% rename from docs-preview-786/highlightjs/LICENSE rename to docs-preview-793/highlightjs/LICENSE diff --git a/docs-preview-786/highlightjs/highlight.pack.js b/docs-preview-793/highlightjs/highlight.pack.js similarity index 100% rename from docs-preview-786/highlightjs/highlight.pack.js rename to docs-preview-793/highlightjs/highlight.pack.js diff --git a/docs-preview-786/highlightjs/loader.js b/docs-preview-793/highlightjs/loader.js similarity index 100% rename from docs-preview-786/highlightjs/loader.js rename to docs-preview-793/highlightjs/loader.js diff --git a/docs-preview-786/highlightjs/mono-blue.css b/docs-preview-793/highlightjs/mono-blue.css similarity index 100% rename from docs-preview-786/highlightjs/mono-blue.css rename to docs-preview-793/highlightjs/mono-blue.css diff --git a/docs-preview-786/index.xhtml b/docs-preview-793/index.xhtml similarity index 100% rename from docs-preview-786/index.xhtml rename to docs-preview-793/index.xhtml diff --git a/docs-preview-786/options.html b/docs-preview-793/options.html similarity index 99% rename from docs-preview-786/options.html rename to docs-preview-793/options.html index c1c48683..089259a2 100644 --- a/docs-preview-786/options.html +++ b/docs-preview-793/options.html @@ -35017,6 +35017,12 @@ list of (attribute set)
separator = true; text = "File Explorer"; } + { + filetype = "neo-tree"; + highlight = "Directory"; + separator = true; + text = "File Explorer"; + } ] @@ -37538,9 +37544,10 @@ booleanList of treesitter grammars to install.
For languages already supported by nvf, you may
-use the vim.language.<lang>.treesitter options, which
-will automatically add the required grammars to this.
List of treesitter grammars to install. For grammars to be installed properly,
+you must use grammars from pkgs.vimPlugins.nvim-treesitter.builtGrammars.
For languages already supported by nvf, you may use
+vim.language.<lang>.treesitter options, which will automatically add
+the required grammars to this.
Type: list of package
@@ -37548,6 +37555,13 @@ list of packageDefault:
[ ]
Example:
pkgs.vimPlugins.nvim-treesitter.builtGrammars; [
+ regex
+ kdl
+];
+
+
+
Declared by:
|
@@ -40804,6 +40818,9 @@ list of string
Default:
@@ -37538,9 +37544,10 @@ boolean
List of treesitter grammars to install. For languages already supported by nvf, you may
-use the List of treesitter grammars to install. For grammars to be installed properly,
+you must use grammars from For languages already supported by nvf, you may use
+ Type: list of package @@ -37548,6 +37555,13 @@ list of packageDefault:
Example:
+
Declared by:
|