vimUtils.packDir: expose packDir function

as it can be useful for some
main
Matthieu Coudron 3 years ago
parent 31ffc50c57
commit 320235ce21
  1. 1
      pkgs/misc/vim-plugins/vim-utils.nix

@ -399,6 +399,7 @@ in
rec {
inherit vimrcFile;
inherit vimrcContent;
inherit packDir;
# shell script with custom name passing [-u vimrc] [-U gvimrc] to vim
vimWithRC = {

Loading…
Cancel
Save