Summer Updates.
This commit is contained in:
parent
d18f18fc29
commit
1c2078fdde
6 changed files with 20 additions and 12 deletions
|
|
@ -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 = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue