vimPlugins.rest-nvim: add treesitter dependencies
This commit is contained in:
parent
025d862be6
commit
1f573777e3
@ -719,7 +719,10 @@ self: super: {
|
||||
|
||||
# needs "http" and "json" treesitter grammars too
|
||||
rest-nvim = super.rest-nvim.overrideAttrs (old: {
|
||||
dependencies = with self; [ plenary-nvim ];
|
||||
dependencies = with self; [
|
||||
plenary-nvim
|
||||
(nvim-treesitter.withPlugins (p: [ p.http p.json ]))
|
||||
];
|
||||
});
|
||||
|
||||
skim = buildVimPluginFrom2Nix {
|
||||
|
Loading…
Reference in New Issue
Block a user