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
    ];
  };
S
Description
My Nixvim configuration
nix
Readme AGPL-3.0 192 KiB
Languages
Nix 98.9%
Just 1.1%