nvf/docs/manual/default-configs/maximal.md
w1kee 135ca39091
fix nix run command for maximal config in docs
Co-authored-by: raf <raf@notashelf.dev>
2025-04-13 13:06:43 +02:00

11 lines
370 B
Markdown

# Maximal {#sec-default-maximal}
```bash
$ nix run github:notashelf/nvf#maximal -- test.nix
```
It is the same fully configured Neovim as with the [Nix](#sec-default-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. :::