mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
plugins/luasnip: remove redundant jsregexp dependency
This dependency is already handled by nixpkgs.
This commit is contained in:
parent
6415ae4a97
commit
775e4d8856
1 changed files with 0 additions and 1 deletions
|
@ -399,7 +399,6 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
||||||
'') cfg.filetypeExtend;
|
'') cfg.filetypeExtend;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
extraLuaPackages = ps: [ ps.jsregexp ];
|
|
||||||
plugins.luasnip.luaConfig.content = lib.concatLines (loaderConfig ++ filetypeExtendConfig);
|
plugins.luasnip.luaConfig.content = lib.concatLines (loaderConfig ++ filetypeExtendConfig);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue