Summer Updates.

This commit is contained in:
Lorenzo Good 2025-08-15 16:38:21 -05:00
parent d18f18fc29
commit 1c2078fdde
Signed by: lorenzo
GPG key ID: 7FCD64BD81180ED0
6 changed files with 20 additions and 12 deletions

View file

@ -1,4 +1,8 @@
{pkgs, ...}: let
{
pkgs,
lib,
...
}: let
plugins = let
inherit (pkgs) vimPlugins;
in
@ -66,6 +70,7 @@
buildVimPlugin {
name = "FoehammerVim";
src = ./config;
buildInputs = plugins;
};
extraConfig = ''