We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8dc204 commit 81542ccCopy full SHA for 81542cc
contrib/flake.lock flake.lockcontrib/flake.lock renamed to flake.lock
contrib/flake.nix flake.nixcontrib/flake.nix renamed to flake.nix
@@ -15,6 +15,7 @@
15
let
16
# luaPkgs = pkgs."lua${luaVersion}".pkgs;
17
luaEnv = pkgs."lua${luaVersion}".withPackages (lp: with lp; [
18
+ busted
19
luacheck
20
luarocks
21
]);
@@ -73,6 +74,7 @@
73
74
packDirArgs.myNeovimPackages = myVimPackage;
75
in
76
''
77
+ export DEBUG_PLENARY="debug"
78
cat <<-EOF > minimal.vim
79
set rtp+=.
80
set packpath^=${pkgs.vimUtils.packDir packDirArgs}
0 commit comments