Override bclose-vim with vim-bbye as dependency for lf-vim

wip/yesman
jupblb 3 years ago
parent e67163e4ae
commit 9cdd7aedb0
No known key found for this signature in database
GPG Key ID: 1F516D495D5D8D5B
  1. 2
      pkgs/misc/vim-plugins/overrides.nix

@ -658,7 +658,7 @@ self: super: {
});
lf-vim = super.lf-vim.overrideAttrs (old: {
dependencies = with super; [ bclose-vim ];
dependencies = with super; [ vim-bbye ];
});
vim-stylish-haskell = super.vim-stylish-haskell.overrideAttrs (old: {

Loading…
Cancel
Save