Merge pull request #115736 from jupblb/patch-1
vimPlugins.lf-vim: switch dependency to vim-floaterm
This commit is contained in:
commit
dd160e40b1
@ -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: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user