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
+1 -1
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: {