1
0
Fork 0

nvim: Install jsregexp for upcoming LuaSnips release

This commit is contained in:
Daniel Kempkens 2022-08-13 22:04:34 +02:00
parent 30f0548287
commit 59e388cb0d

View file

@ -27,6 +27,8 @@ in
EOF
'';
extraLuaPackages = with pkgs; [ luarocks-jsregexp ];
extraPackages = with pkgs; [
git
nodejs