aboutsummaryrefslogtreecommitdiff

Neovim flake

A Nixos Flake 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 without using any magic.