Merge pull request #248879 from GaetanLepage/fix-fuzzy-nvim
This commit is contained in:
commit
727e898675
@ -517,7 +517,7 @@ self: super: {
|
||||
});
|
||||
|
||||
fuzzy-nvim = super.fuzzy-nvim.overrideAttrs {
|
||||
dependencies = with self; [ telescope-fzy-native-nvim ];
|
||||
dependencies = with self; [ telescope-fzf-native-nvim ];
|
||||
};
|
||||
|
||||
fzf-checkout-vim = super.fzf-checkout-vim.overrideAttrs {
|
||||
|
Loading…
Reference in New Issue
Block a user