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 @@ boolean

-

List 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 package

Default: [ ]

+

Example:

pkgs.vimPlugins.nvim-treesitter.builtGrammars; [
+  regex
+  kdl
+];
+
+
+

Declared by:

@@ -40804,6 +40818,9 @@ list of string

Default:

[
   "dirvish"
   "fugitive"
+  "help"
+  "neo-tree"
+  "notify"
   "NvimTree"
   "TelescopePrompt"
 ]
diff --git a/docs-preview-786/quirks.html b/docs-preview-793/quirks.html
similarity index 100%
rename from docs-preview-786/quirks.html
rename to docs-preview-793/quirks.html
diff --git a/docs-preview-786/release-notes.html b/docs-preview-793/release-notes.html
similarity index 100%
rename from docs-preview-786/release-notes.html
rename to docs-preview-793/release-notes.html
diff --git a/docs-preview-786/script/anchor-min.js b/docs-preview-793/script/anchor-min.js
similarity index 100%
rename from docs-preview-786/script/anchor-min.js
rename to docs-preview-793/script/anchor-min.js
diff --git a/docs-preview-786/script/anchor-use.js b/docs-preview-793/script/anchor-use.js
similarity index 100%
rename from docs-preview-786/script/anchor-use.js
rename to docs-preview-793/script/anchor-use.js
diff --git a/docs-preview-786/script/search.js b/docs-preview-793/script/search.js
similarity index 100%
rename from docs-preview-786/script/search.js
rename to docs-preview-793/script/search.js
diff --git a/docs-preview-786/style.css b/docs-preview-793/style.css
similarity index 100%
rename from docs-preview-786/style.css
rename to docs-preview-793/style.css
diff --git a/options.html b/options.html
index c1c48683..089259a2 100644
--- a/options.html
+++ b/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 @@ boolean

-

List 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 package

Default: [ ]

+

Example:

pkgs.vimPlugins.nvim-treesitter.builtGrammars; [
+  regex
+  kdl
+];
+
+
+

Declared by:

@@ -40804,6 +40818,9 @@ list of string

Default:

[
   "dirvish"
   "fugitive"
+  "help"
+  "neo-tree"
+  "notify"
   "NvimTree"
   "TelescopePrompt"
 ]