aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 9c57ef679e86ca4fcd663088726e9d77e70216a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Neovim Setup

Run with `nix run git+https://git.codyhiar.com/config/nvim`

Don't have nix installed? Try with docker:

```
docker run -ti -v $(pwd):/src nixos/nix
cd /src
nix run --extra-experimental-features "nix-command flakes" git+https://git.codyhiar.com/config/nvim
```