Merge pull request #248879 from GaetanLepage/fix-fuzzy-nvim

This commit is contained in:
figsoda 2023-08-13 11:18:24 -04:00 committed by GitHub
commit 727e898675
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {