overlays: add 'lsp-format-nvim-indentation'

To fix the issue I reported upstream [1].

[1]: https://github.com/lukas-reineke/lsp-format.nvim/issues/94
This commit is contained in:
Bruno BELANYI 2024-12-18 20:12:46 -05:00
parent 747b344b76
commit 92e5fbe7df
2 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,4 @@
self: prev:
{
vimPlugins = prev.vimPlugins.extend (self.callPackage ./generated.nix { });
}