Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 1014 Bytes

README.md

File metadata and controls

41 lines (34 loc) · 1014 Bytes

neovim-flake

A nix flake for neovim with with my personal configuration.

It is bound to change, so a fork is recommended over pointing to it directly.

Take it for a spin

Clone the repo and run the following from the root of the project:

nix run .#

or

nix run github:pyqlsa/neovim-flake

Taking the default package means taking the default theme. This flake outputs neovim variants for each theme that it supports. To see all the themes that this flake supports:

nix flake show .#

or

nix flake show github:pyqlsa/neovim-flake

To see what this flake would look like in it's non-default theme (onedark warmer, for example):

nix run github:pyqlsa/neovim-flake#nvim-odWarmer

Update plugins

nix flake update

Credit

Originally based on input and references from: