Bruno BELANYI
d6eceea08a
The version in nixpkgs is not up-to-date with regards to the nvim-treesitter breaking changes that were recently introduced.
5 lines
94 B
Nix
5 lines
94 B
Nix
self: prev:
|
|
{
|
|
vimPlugins = prev.vimPlugins.extend (self.callPackage ./generated.nix { });
|
|
}
|