mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
vimPlugins.lean-nvim: add dependencies
This commit is contained in:
parent
6f3e276625
commit
46bb15411b
1 changed files with 4 additions and 0 deletions
|
@ -373,6 +373,10 @@ self: super: {
|
|||
'';
|
||||
};
|
||||
|
||||
lean-nvim = super.lean-nvim.overrideAttrs (old: {
|
||||
dependencies = with self; [ nvim-lspconfig plenary-nvim ];
|
||||
});
|
||||
|
||||
lens-vim = super.lens-vim.overrideAttrs (old: {
|
||||
# remove duplicate g:lens#animate in doc/lens.txt
|
||||
# https://github.com/NixOS/nixpkgs/pull/105810#issuecomment-740007985
|
||||
|
|
Loading…
Reference in a new issue