3
0
Fork 0
forked from mirrors/nixpkgs

vimPlugins.null-ls-nvim: clean up, add dependencies

This commit is contained in:
figsoda 2021-08-30 09:20:59 -04:00
parent 3e25f7feaa
commit b9b713bea1

View file

@ -428,7 +428,7 @@ self: super: {
}); });
null-ls-nvim = super.null-ls-nvim.overrideAttrs (old: { 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: { nvim-lsputils = super.nvim-lsputils.overrideAttrs (old: {