vimPlugins.luasnip: add jsregexp dependency

Without this, checkhealth reports warnings of missing functionality
This commit is contained in:
Bernardo Meurer 2024-05-13 10:39:13 -04:00
parent a0321d0d34
commit 9b2e622439
No known key found for this signature in database

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";