Merge pull request #311386 from lovesegfault/luasnip-regexp

vimPlugins.luasnip: add jsregexp dependency
This commit is contained in:
Aleksana 2024-05-14 16:19:36 +08:00 committed by GitHub
commit 91b7f01c8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -839,6 +839,10 @@
dependencies = with self; [ plenary-nvim ];
};
luasnip = super.luasnip.overrideAttrs {
dependencies = with self; [ luaPackages.jsregexp ];
};
magma-nvim-goose = buildVimPlugin {
pname = "magma-nvim-goose";
version = "2023-03-13";