From e347ed2a14f10694d88cfbb9131126a1c1d2f665 Mon Sep 17 00:00:00 2001
From: GitHub Actions
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.
$ 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. :::