vimPlugins.lean-nvim: add dependencies

main
Smaug123 3 years ago committed by Jonathan Ringer
parent 6f3e276625
commit 46bb15411b
  1. 4
      pkgs/misc/vim-plugins/overrides.nix

@ -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…
Cancel
Save