mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-08 09:15:57 +01:00
7 lines
313 B
Markdown
7 lines
313 B
Markdown
# Nix {#sec-default-nix}
|
|
|
|
```bash
|
|
$ nix run github:notashelf/neovim-flake#nix test.nix
|
|
```
|
|
|
|
Enables all the of neovim plugins, with language support for specifically Nix. This lets you see what a fully configured neovim setup looks like without downloading a whole bunch of language servers and associated tools.
|