2026-02-08 10:21:06 +01:00
2026-03-05 21:58:34 +01:00
2026-03-05 10:35:03 +01:00
2026-02-08 10:16:55 +01:00
2026-02-08 10:16:40 +01:00

My nixvim configuration

Neovim the way i want it, declarative.

Screenshot

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
    ];
  };
Description
My Nixvim configuration
Readme AGPL-3.0 154 KiB
Languages
Nix 99.4%
Just 0.6%