mirror of
https://github.com/Superredstone/nixvim.git
synced 2026-03-07 20:18:07 +01:00
f94dbdc38ce3b92dbe8ac777842a58be47b859e7
My nixvim configuration
Neovim the way i want it, declarative.
How to run
nix run github:Superredstone/nixvim
How to add to your configuration
inputs.nixvim.url = "github:Superredstone/nixvim"
environment = {
systemPackages = with pkgs; [
inputs.nixvim.packages.${system}.default
];
};
Languages
Nix
99.4%
Just
0.6%
