Skip to content
This repository was archived by the owner on Jul 25, 2026. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

136 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nveem

Neovim configuration buit with nixvim

My minimal Neovim configuration provides good experience for multiple languages and facilitates DevOps-related tasks ^‿^

nvim screenshot

⚒️ Installation

  • Run without installing
nix run github:qrxnz/nveem
  • Add to a Nix Flake

Add input in your flake like:

{
 inputs = {
   nveem = {
     url = "github:qrxnz/nveem";
     inputs.nixpkgs.follows = "nixpkgs";
   };
 };
}

With the input added you can reference it directly:

{ inputs, system, ... }:
{
  # NixOS
  environment.systemPackages = [ inputs.nveem.packages.${pkgs.system}.default ];
  # home-manager
  home.packages = [ inputs.nveem.packages.${pkgs.system}.default ];
}
  • Install imperatively
nix profile install github:qrxnz/nveem

🗒️ Credits

🎨 Inspiration

I was inspired by:

About

Neovim configuration buit with nixvim

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages