diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -1,3 +1,14 @@ -# Neovim Setup +# Neovim flake -Run with `nix run git+https://git.codyhiar.com/config/nvim` +A [Nixos Flake][1] for Neovim. Installs binary packages, plugins, and +`init.lua`. To use on existing nix setup, run: + +``` +nix run git+https://git.codyhiar.com/config/nvim +``` + +The flake is intentionally kept as simple as possible. When I read other +examples online, they were not always easy to follow. The `flake.nix` tries to +stick to the interface described in the [Nixos Wiki][1] without using any magic. + +[1]: https://nixos.wiki/wiki/Flakes |