feat(nvim): Provide an nixvim standalone config

This allows me to test the neovim configuration much easier and also
adds neovim checks to the flake.
This commit is contained in:
Jalil David Salamé Messina 2024-03-03 15:20:42 +01:00
parent c520e4f1c5
commit f1991245fe
Signed by: jalil
GPG key ID: F016B9E770737A0B
5 changed files with 138 additions and 92 deletions

View file

@ -3,6 +3,11 @@
This is only intended for my use, but you can see how I overengineer stuff by
looking at it :p (maybe you can also learn some stuff on the way).
This README only has a small amount of information, if you want to see the full
documentation then go to <https://jalil-salame.github.com/configuration.nix>. I
also overengineerd this c: (if you want to copy this for your own project, then
take a look at [the docs folder](./docs/default.nix).
## Try out in a VM
If you already have nix you can run the following commands: