mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
Merge pull request #209257 from teto/teto/vimPlugins.playground
vimPlugins.playground: fix missing dependency
This commit is contained in:
commit
752d1605d1
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user