Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

hexdecima/patchy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My personal Neovim configuration, written in Lua and built with Nix.

Usage

Requires Nix. I'll probably write a way to use this without it when I get bothered enough.

Grab a derivation under packages.${system}.neovim and drop it inside your package list, like:

# configuration.nix
{ inputs, system, ... }: {
    environment.systemPackages = [
        inputs.patchy.packages.${system}.neovim
    ];
}

A previous version written in Fennel is under the fennel branch.

Languages