include contrib stuff

main
Brian Hicks 2019-12-23 14:27:13 -06:00
parent 88688431e2
commit 11b28cf3a6
1 changed files with 5 additions and 0 deletions

View File

@ -23,6 +23,11 @@ with lib; {
ln -s $plugin autoload/$(basename $plugin)
done
done
# if this directory is linked in `<rtpath>/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