Skip to content

Commit

Permalink
include contrib stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Dec 23, 2019
1 parent 8868843 commit 11b28cf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/kakoune.nix
Expand Up @@ -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
Expand Down

0 comments on commit 11b28cf

Please sign in to comment.