aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: aa25ed6bb4cd9e90e0d2756adc952aa9792f4f87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Neovim flake

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