mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-08 08:05:58 +01:00
13 lines
372 B
Markdown
13 lines
372 B
Markdown
# Maximal {#sec-default-maximal}
|
|
|
|
```bash
|
|
$ nix shell github:notashelf/neovim-flake#maximal test.nix
|
|
```
|
|
|
|
It is the same fully configured neovim as with the [Nix](#sec-default-nix) config, 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.
|
|
|
|
:::
|