Merge pull request #209257 from teto/teto/vimPlugins.playground

vimPlugins.playground: fix missing dependency
This commit is contained in:
figsoda 2023-01-05 20:57:09 -05:00 committed by GitHub
commit 752d1605d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -711,6 +711,13 @@ self: super: {
inherit parinfer-rust;
playground = super.playground.overrideAttrs (old: {
dependencies = with self; [
# we need the 'query' grammer to make
(nvim-treesitter.withPlugins (p: [ p.query ]))
];
});
plenary-nvim = super.plenary-nvim.overrideAttrs (old: {
postPatch = ''
sed -Ei lua/plenary/curl.lua \