From 11b28cf3a65ab2fd3faa76721d15f8dd6ec14875 Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Mon, 23 Dec 2019 14:27:13 -0600 Subject: [PATCH] include contrib stuff --- lib/kakoune.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/kakoune.nix b/lib/kakoune.nix index d4e5279..d7a41d1 100644 --- a/lib/kakoune.nix +++ b/lib/kakoune.nix @@ -23,6 +23,11 @@ with lib; { ln -s $plugin autoload/$(basename $plugin) done done + + # if this directory is linked in `/share/autoload`, Kakoune + # will ignore the built-in autoloads. We can get around this by + # linking those autoloads into our output. + ln -s ${pkgs.kakoune-unwrapped}/share/kak/autoload autoload/builtin ''; installPhase = '' mkdir -p $out/share/kak