Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

qrxnz/snowvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

snowvim

✒️ Description

Neovim configuration built with Nixvim

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

⚒️ Installation

Try it without installing

nix run github:qrxnz/snowvim

Installation

Add input in your flake like:

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

With the input added you can reference it directly:

{ inputs, system, ... }:
{
  # NixOS
  environment.systemPackages = [ inputs.snowvim.packages.${pkgs.system}.default ];
  # home-manager
  home.packages = [ inputs.snowvim.packages.${pkgs.system}.default ];
}

or

You can install this package imperatively with the following command

nix profile install github:qrxnz/snowvim

🗒️ Credits

🎨 Inspiration

I was inspired by:

Releases

No releases published

Packages

No packages published

Languages