1
0
Fork 0
mirror of https://github.com/NotAShelf/neovim-flake.git synced 2024-12-26 18:49:49 +01:00
neovim-flake/docs/manual/default-configs/maximal.md

12 lines
369 B
Markdown
Raw Normal View History

2023-12-09 20:03:58 +01:00
# Maximal {#sec-default-maximal}
```bash
$ nix shell github:notashelf/nvf#maximal test.nix
2023-12-09 20:03:58 +01:00
```
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. :::