Skip to content

Superredstone/nixvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    ];
  };

About

My Nixvim configuration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors