mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #136180 from figsoda/null-ls-deps
vimPlugins.null-ls-nvim: clean up, add dependencies
This commit is contained in:
commit
89d6af5c1d
1 changed files with 1 additions and 1 deletions
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue