From e347ed2a14f10694d88cfbb9131126a1c1d2f665 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sun, 13 Apr 2025 11:11:18 +0000 Subject: [PATCH] Deploy PR #824 preview --- docs-preview-824/index.xhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. :::