Skip to content

Commit 775e4d8

Browse files
committed
plugins/luasnip: remove redundant jsregexp dependency
This dependency is already handled by nixpkgs.
1 parent 6415ae4 commit 775e4d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugins/by-name/luasnip/default.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,6 @@ lib.nixvim.plugins.mkNeovimPlugin {
399399
'') cfg.filetypeExtend;
400400
in
401401
{
402-
extraLuaPackages = ps: [ ps.jsregexp ];
403402
plugins.luasnip.luaConfig.content = lib.concatLines (loaderConfig ++ filetypeExtendConfig);
404403
};
405404
}

0 commit comments

Comments
 (0)