Merge pull request #115736 from jupblb/patch-1

vimPlugins.lf-vim: switch dependency to vim-floaterm
This commit is contained in:
Sandro 2021-03-10 11:35:06 +01:00 committed by GitHub
commit dd160e40b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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