mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:36:41 +01:00
vimPlugins.null-ls-nvim: remove unnecessary lspconfig dependency
This commit is contained in:
parent
0dd861baec
commit
ee61638527
1 changed files with 1 additions and 1 deletions
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue