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