vimPlugins.lean-nvim: add dependencies

This commit is contained in:
Smaug123 2021-11-02 20:54:44 +00:00 committed by Jonathan Ringer
parent 6f3e276625
commit 46bb15411b

View file

@ -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