diff --git a/docs-preview-824/index.xhtml b/docs-preview-824/index.xhtml index 83177f60..45a49d3d 100644 --- a/docs-preview-824/index.xhtml +++ b/docs-preview-824/index.xhtml @@ -67,7 +67,7 @@ the Maximal configuration.

Default Configs

While you can configure nvf yourself using the builder, you can also use the pre-built configs that are available. Here are a few default configurations you -can use.

Table of Contents

Maximal
Nix

Maximal

$ nix shell github:notashelf/nvf#maximal test.nix
+can use.

Table of Contents

Maximal
Nix

Maximal

$ nix run github:notashelf/nvf#maximal -- test.nix
 

It is the same fully configured Neovim as with the Nix configuration, but with every supported language enabled.

::: {.note} Running the maximal config will download a lot of packages as it is downloading language servers, formatters, and more. :::