Merge pull request #136180 from figsoda/null-ls-deps

vimPlugins.null-ls-nvim: clean up, add dependencies
This commit is contained in:
Sandro 2021-09-11 21:48:34 +02:00 committed by GitHub
commit 89d6af5c1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -424,7 +424,7 @@ self: super: {
});
null-ls-nvim = super.null-ls-nvim.overrideAttrs (old: {
path = "null-ls.nvim";
dependencies = with self; [ plenary-nvim nvim-lspconfig ];
});
nvim-lsputils = super.nvim-lsputils.overrideAttrs (old: {