vimPlugins.null-ls-nvim: remove unnecessary lspconfig dependency
This commit is contained in:
committed by
Matthieu Coudron
parent
0dd861baec
commit
ee61638527
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user