Bruno BELANYI
92e5fbe7df
To fix the issue I reported upstream [1]. [1]: https://github.com/lukas-reineke/lsp-format.nvim/issues/94
5 lines
94 B
Nix
5 lines
94 B
Nix
self: prev:
|
|
{
|
|
vimPlugins = prev.vimPlugins.extend (self.callPackage ./generated.nix { });
|
|
}
|