vimPlugins.null-ls-nvim: remove unnecessary lspconfig dependency

This commit is contained in:
Stanislav Asunkin 2022-04-09 21:11:57 +03:00 committed by Matthieu Coudron
parent 0dd861baec
commit ee61638527

View File

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