vimPlugins.lf-vim: switch dependency to vim-floaterm

Switch `lf-vim` dependency from `vim-bbye` to `vim-floaterm` because of https://github.com/ptzz/lf.vim/commit/9cc8789af29471ffaab637303baa67737215a1c6
This commit is contained in:
Michał Kiełbowicz
2021-03-10 11:07:06 +01:00
committed by GitHub
parent 5022178623
commit c54bb3db41
+1 -1
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: {