Skip to content

pyqlsa/neovim-flake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

Releases

No releases published

Packages

No packages published

Languages