vimPlugins.fuzzy-nvim: fix by changing dependency

This commit is contained in:
Gaetan Lepage 2023-08-13 11:15:06 +02:00
parent 30b7fce013
commit 883b0f8eee

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 {